X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fawk%2Fexe%2Fparse_bluetoothctl_show.awk;fp=bin%2Fkhatus_parse_bluetoothctl_show;h=3a02897199aeb59c80cb8f9305f15d6ca87964f9;hb=03c229bffd594c1facb72e0d042a88c0505c8dbc;hp=0d56853a219de40c21a6b96e3ba5bb1b8f6a311f;hpb=2e820ad561199f2ccc1ee3fa7e7e708e5dc8bc39;p=khatus.git diff --git a/bin/khatus_parse_bluetoothctl_show b/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 --- a/bin/khatus_parse_bluetoothctl_show +++ b/src/awk/exe/parse_bluetoothctl_show.awk @@ -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