Re-use AWK components
[khatus.git] / src / awk / exe / actuate_status_bar_to_xsetroot_name.awk
similarity index 73%
rename from bin/khatus_actuate_status_bar_to_xsetroot_name
rename to src/awk/exe/actuate_status_bar_to_xsetroot_name.awk
index f41cbd1..60966c3 100755 (executable)
@@ -1,11 +1,3 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-     FS = msg_fs ? msg_fs : "|"
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-}
-
 $1 == "OK" && \
 $2 == "khatus_bar" && \
 $3 == "status_bar" {
This page took 0.029858 seconds and 4 git commands to generate.