Re-use AWK components
[khatus.git] / bin / khatus_parse_fan_file
diff --git a/bin/khatus_parse_fan_file b/bin/khatus_parse_fan_file
deleted file mode 100755 (executable)
index 120e150..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-}
-
-{
-    key = $1
-    sub(":$", "", key)
-    val = $2
-    print(key, val)
-}
This page took 0.038344 seconds and 4 git commands to generate.