Re-use AWK components
[khatus.git] / src / awk / exe / parse_udevadm_monitor_block.awk
similarity index 91%
rename from bin/khatus_parse_udevadm_monitor_block
rename to src/awk/exe/parse_udevadm_monitor_block.awk
index 75c00c3..6e6326e 100755 (executable)
@@ -1,9 +1,4 @@
-#! /usr/bin/awk -f
-
 BEGIN {
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-
     Re_Begin = "^UDEV + \[ *[0-9]+\.[0-9]+\] +"
 }
 
This page took 0.025609 seconds and 4 git commands to generate.