diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:41:38 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 09:41:38 +0200 |
commit | e017fd3ed9fc994937fc8857f6cd6eb6c3e068be (patch) | |
tree | 395c2602dd308214b5c0f0c44c5c1d21579271b2 /bin | |
parent | 9d34cf3e27014ac1115e2a0b7d3aea52b7137569 (diff) |
bin:bluetooth_scan: Deleted
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/bluetooth_scan | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/bluetooth_scan b/bin/bluetooth_scan deleted file mode 100755 index 495ebdd..0000000 --- a/bin/bluetooth_scan +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -hciconfig hci0 reset - -name=`zenity --title="Bluetooth Send" --entry --text="Bluetooth Send"` -address=`hcitool scan | grep "$name" | awk '{print $1}'` -echo $address |