From fa79e786c8b55fab76c7010e0f458a033227463b Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 17 Dec 2019 23:17:12 +0100 Subject: [PATCH] show name --- blue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blue b/blue index 50fd20d..ade88ff 100755 --- a/blue +++ b/blue @@ -1,6 +1,6 @@ #!/bin/sh -PAIRED=$(bluetoothctl paired-devices | awk '{ print $2 }') +PAIRED=$(bluetoothctl paired-devices | cut -d' ' -f2-) OPTION=$(echo "$RECENT" | cat <