X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=inline;f=src%2Fawk%2Fexe%2Fparse_pactl_list_sinks.awk;fp=bin%2Fkhatus_parse_pactl_list_sinks;h=6a2a4a19ee95b31820c29cfec2b4cef02acadab5;hb=03c229bffd594c1facb72e0d042a88c0505c8dbc;hp=7ed10e6719bb879713ac9315d6f1110456ae2f24;hpb=2e820ad561199f2ccc1ee3fa7e7e708e5dc8bc39;p=khatus.git diff --git a/bin/khatus_parse_pactl_list_sinks b/src/awk/exe/parse_pactl_list_sinks.awk similarity index 90% rename from bin/khatus_parse_pactl_list_sinks rename to src/awk/exe/parse_pactl_list_sinks.awk index 7ed10e6..6a2a4a1 100755 --- a/bin/khatus_parse_pactl_list_sinks +++ b/src/awk/exe/parse_pactl_list_sinks.awk @@ -1,10 +1,3 @@ -#! /usr/bin/awk -f - -BEGIN { - OFS = msg_fs ? msg_fs : "|" - Kfs = key_fs ? key_fs : ":" -} - /^Sink \#[0-9]+$/ { sub("^#", "", $2) sink = $2