debian_dot_files/my_home/Desktop/bluetooth_off.sh

6 lines
93 B
Bash
Raw Normal View History

2025-02-10 18:54:26 -05:00
#!/usr/bin/env sh
if bluetoothctl show > /dev/null 2>&1; then
bluetoothctl power off
fi