Separate v2 and v3 into dedicated directories
[khatus.git] / v2 / src / awk / exe / parse_fan_file.awk
diff --git a/v2/src/awk/exe/parse_fan_file.awk b/v2/src/awk/exe/parse_fan_file.awk
new file mode 100644 (file)
index 0000000..3f86e88
--- /dev/null
@@ -0,0 +1,6 @@
+{
+    key = $1
+    sub(":$", "", key)
+    val = $2
+    print(key, val)
+}
This page took 0.024498 seconds and 4 git commands to generate.