Re-use AWK components
[khatus.git] / 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 (executable)
@@ -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}
 
This page took 0.028192 seconds and 4 git commands to generate.