3 lines
92 B
Plaintext
3 lines
92 B
Plaintext
|
#!/bin/bash
|
||
|
bluetoothctl show | grep Powered | awk '{print $2}' | sed "s/no//; s/yes/🎧/"
|