From 11a95a97e1a8bd6ead0d3c9e36b1911e2820aaad Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 1 Oct 2024 19:00:59 -0500 Subject: [PATCH] fix: Extra comment line in bluetooth-toggle --- bluetooth-toggle | 1 - 1 file changed, 1 deletion(-) diff --git a/bluetooth-toggle b/bluetooth-toggle index 5f29fb2..246386d 100644 --- a/bluetooth-toggle +++ b/bluetooth-toggle @@ -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}')