Separate v2 and v3 into dedicated directories
[khatus.git] / v2 / src / bash / exe / khatus_sensor_bluetooth_power.sh
diff --git a/v2/src/bash/exe/khatus_sensor_bluetooth_power.sh b/v2/src/bash/exe/khatus_sensor_bluetooth_power.sh
new file mode 100644 (file)
index 0000000..f051e71
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+
+echo 'show \n quit' | bluetoothctl | "$dir_bin"/khatus_parse_bluetoothctl_show
This page took 0.021427 seconds and 4 git commands to generate.