summaryrefslogtreecommitdiff
path: root/shell-scripts/filter-ansi
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts/filter-ansi')
-rwxr-xr-xshell-scripts/filter-ansi2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell-scripts/filter-ansi b/shell-scripts/filter-ansi
new file mode 100755
index 0000000..62999a9
--- /dev/null
+++ b/shell-scripts/filter-ansi
@@ -0,0 +1,2 @@
+#!@bash@/bin/bash
+cat - | sed -e 's/\x1b\[[0-9;]*m//g'