Re-use AWK components
[khatus.git] / bin / khatus_parse_sys_block_stat
diff --git a/bin/khatus_parse_sys_block_stat b/bin/khatus_parse_sys_block_stat
deleted file mode 100755 (executable)
index 923e3ee..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /usr/bin/awk -f
-
-BEGIN {
-    OFS = msg_fs ? msg_fs : "|"
-    Kfs = key_fs ? key_fs : ":"
-}
-
-{
-    print("sectors_read"   , $3)
-    print("sectors_written", $7)
-}
This page took 0.038725 seconds and 4 git commands to generate.