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, 0 insertions, 2 deletions
diff --git a/shell-scripts/filter-ansi b/shell-scripts/filter-ansi
deleted file mode 100755
index 369f9fd..0000000
--- a/shell-scripts/filter-ansi
+++ /dev/null
@@ -1,2 +0,0 @@
-# #!@bash@/bin/bash
-cat -u - | sed -u -E -e 's/\x1b\[[0-9;]*[mGKHF]|\r//g'