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
1 changed files with 0 additions and 1 deletions

View File

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