6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
if bluetoothctl show > /dev/null 2>&1; then
|
|
bluetoothctl power on
|
|
fi
|