X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Fawk%2Fexe%2Fparse_mpd_status_currentsong.awk;fp=bin%2Fkhatus_parse_mpd_status_currentsong;h=c29f5fac264cf54b3a43b85abaebcf873b022e14;hb=03c229bffd594c1facb72e0d042a88c0505c8dbc;hp=c045c0f4b50e580cc6eab9bc7a68329aa9188d8b;hpb=2e820ad561199f2ccc1ee3fa7e7e708e5dc8bc39;p=khatus.git diff --git a/bin/khatus_parse_mpd_status_currentsong b/src/awk/exe/parse_mpd_status_currentsong.awk similarity index 95% rename from bin/khatus_parse_mpd_status_currentsong rename to src/awk/exe/parse_mpd_status_currentsong.awk index c045c0f..c29f5fa 100755 --- a/bin/khatus_parse_mpd_status_currentsong +++ b/src/awk/exe/parse_mpd_status_currentsong.awk @@ -1,10 +1,3 @@ -#! /usr/bin/awk -f - -BEGIN { - OFS = msg_fs ? msg_fs : "|" - Kfs = key_fs ? key_fs : ":" -} - # Msg separator /^OK/ {msg_count++; next}