1
0
Fork 0

connect scriptlets

jebbatime
jebbatime build server 2021-06-12 14:53:40 -06:00
parent 5e2a513b02
commit d2001dc84b
2 changed files with 20 additions and 0 deletions

View File

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

View File

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