summaryrefslogtreecommitdiff
path: root/output2md.sh
diff options
context:
space:
mode:
Diffstat (limited to 'output2md.sh')
-rwxr-xr-xoutput2md.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/output2md.sh b/output2md.sh
new file mode 100755
index 0000000..e82a7cb
--- /dev/null
+++ b/output2md.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+grep -v "jq: parse" | sed 's/^[[:digit:]]\+ /#### /g' | sed 's/$/\n/g' | sed 's/"//g'