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