1
0
Fork 0
mirror of https://github.com/SinTan1729/random.git synced 2024-12-25 20:58:37 -06:00

fix: Extra comment line in bluetooth-toggle

This commit is contained in:
Sayantan Santra 2024-10-01 19:00:59 -05:00
parent 4a75825d1a
commit 11a95a97e1
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -2,7 +2,6 @@
# Toggles bluetooth on a Linux system. Make sure that you have bluetoothctl installed. # Toggles bluetooth on a Linux system. Make sure that you have bluetoothctl installed.
# I use it with a shortcut. # I use it with a shortcut.
#
DONGLE_MAC=$(bluetoothctl list | grep dongle | awk '{print $2}') DONGLE_MAC=$(bluetoothctl list | grep dongle | awk '{print $2}')
INTERNAL_MAC=$(bluetoothctl list | grep internal | awk '{print $2}') INTERNAL_MAC=$(bluetoothctl list | grep internal | awk '{print $2}')