Files
utility_scripts/bluetooth-off.sh
2023-06-25 00:51:45 +01:00

9 lines
273 B
Bash
Executable File

#!/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