Initial commit

This commit is contained in:
2023-06-25 00:51:45 +01:00
parent 1121bee3aa
commit 2492d1d1c4
7 changed files with 62 additions and 18 deletions

8
bluetooth-off.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
# Simple script to disable bluetooth on my system.
echo "Attempting to turn off bluetooth via bluetoothctl"
bluetoothctl power off
echo "Attempting to remove the symlink to the bluetoothd service in the /var/service/ directory"
sudo rm /var/service/bluetoothd