aboutsummaryrefslogtreecommitdiff
path: root/parse_script
diff options
context:
space:
mode:
Diffstat (limited to 'parse_script')
-rwxr-xr-xparse_script3
1 files changed, 0 insertions, 3 deletions
diff --git a/parse_script b/parse_script
deleted file mode 100755
index 868212c..0000000
--- a/parse_script
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-cat $1 | grep -e "^! .* ok" | sed -n '2p' | awk '{print $17}'