From 88f28d5980a29a85db963136e1daf39543c5a48a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 20 Jan 2015 20:56:52 +0100 Subject: [PATCH] bin - add script to connect to headset --- local/bin/headset.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 local/bin/headset.sh diff --git a/local/bin/headset.sh b/local/bin/headset.sh new file mode 100755 index 0000000..2fcac31 --- /dev/null +++ b/local/bin/headset.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cat <(echo "connect 00:11:67:11:18:9B") <(echo "quit") | bluetoothctl +