Re-use AWK components
[khatus.git] / src / awk / exe / parse_ps.awk
similarity index 80%
rename from bin/khatus_parse_ps
rename to src/awk/exe/parse_ps.awk
index a0f41c5..518b4f3 100755 (executable)
@@ -1,10 +1,3 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-    OFS = "|"
-    Kfs = ":"
-}
-
 {
     pid       = $1
     state     = $2
This page took 0.017715 seconds and 4 git commands to generate.