Cleanup calling - mostly working; misc cleanup scripts; add vibrate program

This commit is contained in:
Miles Alan 2020-05-04 19:27:22 -05:00
parent fd286101d8
commit 22d974f22f
17 changed files with 366 additions and 176 deletions

View 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"