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
8
scripts/modem/sxmo_modemmonitortoggle.sh
Executable file
8
scripts/modem/sxmo_modemmonitortoggle.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env sh
|
||||
pgrep -f sxmo_modemmonitor.sh && pkill -9 -f sxmo_modemmonitor.sh || sxmo_modemmonitor.sh &
|
||||
rm /tmp/sxmo_incomingcall
|
||||
|
||||
# E.g. wait until process killed or started -- maybe there's a better way..
|
||||
sleep 0.2
|
||||
|
||||
echo 1 > /tmp/sxmo_bar
|
Loading…
Add table
Add a link
Reference in a new issue