From e017fd3ed9fc994937fc8857f6cd6eb6c3e068be Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Mon, 13 Jul 2020 09:41:38 +0200 Subject: bin:bluetooth_scan: Deleted --- bin/bluetooth_scan | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 bin/bluetooth_scan (limited to 'bin') 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 -- cgit v1.2.3