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:
parent
4a75825d1a
commit
11a95a97e1
1 changed files with 0 additions and 1 deletions
|
@ -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}')
|
||||||
|
|
Loading…
Reference in a new issue