1
0
Fork 0

disconnect scriptlets

jebbatime
jebbatime build server 2021-06-12 14:55:26 -06:00
parent d2001dc84b
commit 32e1b8b5fd
5 changed files with 20 additions and 0 deletions

0
scripts/jebbatime-build 100644 → 100755
View File

0
scripts/jebbatime-connect 100644 → 100755
View File

0
scripts/jebbatime-dev-connect 100644 → 100755
View File

View File

@ -0,0 +1,10 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
echo "Disconnecting Bluetooth"
sudo bluetoothctl disconnect $JEBBATIMEDEVMAC

View File

@ -0,0 +1,10 @@
#!/bin/bash
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
echo "Disconnecting Bluetooth"
sudo bluetoothctl disconnect $JEBBATIMEMAC