Re-use AWK components
[khatus.git] / src / awk / exe / parse_bluetoothctl_show.awk
similarity index 88%
rename from bin/khatus_parse_bluetoothctl_show
rename to src/awk/exe/parse_bluetoothctl_show.awk
index 0d56853..3a02897 100755 (executable)
@@ -1,10 +1,3 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-}
-
 /^Controller / {
     controller = $2
     controllers[++ctrl_count] = controller
This page took 0.02335 seconds and 4 git commands to generate.