Cleanup calling - mostly working; misc cleanup scripts; add vibrate program
This commit is contained in:
parent
fd286101d8
commit
22d974f22f
17 changed files with 366 additions and 176 deletions
7
scripts/modem/sxmo_modeminfo.sh
Executable file
7
scripts/modem/sxmo_modeminfo.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
modem_n() {
|
||||
mmcli -L | grep -oE 'Modem\/([0-9]+)' | cut -d'/' -f2
|
||||
}
|
||||
|
||||
st -e sh -c "mmcli -m $(modem_n) && read"
|
Loading…
Add table
Add a link
Reference in a new issue