Initial commit
This commit is contained in:
8
bluetooth-off.sh
Executable file
8
bluetooth-off.sh
Executable 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
|
Reference in New Issue
Block a user