diff options
| author | Noah Schlenker <51035972+noahpy@users.noreply.github.com> | 2024-04-21 20:23:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 20:23:51 +0200 |
| commit | 48027e63d613f2a2397a39884b4fb3169a23fd13 (patch) | |
| tree | 015d065e849a1005cf7707d5d578deb9a43b3d5e | |
| parent | 08be832de68821c51fcd7456095b15c51a311d9a (diff) | |
| download | bluetoothctl-dmenu-48027e63d613f2a2397a39884b4fb3169a23fd13.tar.gz bluetoothctl-dmenu-48027e63d613f2a2397a39884b4fb3169a23fd13.zip | |
Update bluetooth-devices.sh
Co-authored-by: Arne <78976058+4rneee@users.noreply.github.com>
| -rwxr-xr-x | bluetooth-devices.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth-devices.sh b/bluetooth-devices.sh index 91c3ae9..c93bf84 100755 --- a/bluetooth-devices.sh +++ b/bluetooth-devices.sh @@ -3,7 +3,7 @@ # will be connected / disconnected # -connect_bluetooth(){ +connect_bluetooth() { local MAC=$1 local DEVICE=$2 if bluetoothctl connect $MAC | grep -q 'successful' |