Re-use AWK components
[khatus.git] / src / awk / exe / parse_fan_file.awk
diff --git a/src/awk/exe/parse_fan_file.awk b/src/awk/exe/parse_fan_file.awk
new file mode 100755 (executable)
index 0000000..3f86e88
--- /dev/null
@@ -0,0 +1,6 @@
+{
+    key = $1
+    sub(":$", "", key)
+    val = $2
+    print(key, val)
+}
This page took 0.025297 seconds and 4 git commands to generate.