Re-use AWK components
[khatus.git] / src / awk / exe / parse_upower.awk
similarity index 91%
rename from bin/khatus_parse_upower
rename to src/awk/exe/parse_upower.awk
index af73e19..07af1cb 100755 (executable)
@@ -1,10 +1,3 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-}
-
 # When parsing 'upower --dump'
 /^Device:[ \t]+/ {
     device["path"] = $2
This page took 0.023621 seconds and 4 git commands to generate.