diff options
Diffstat (limited to 'shell-scripts/filter-ansi')
| -rwxr-xr-x | shell-scripts/filter-ansi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-scripts/filter-ansi b/shell-scripts/filter-ansi index 62999a9..2b4cf23 100755 --- a/shell-scripts/filter-ansi +++ b/shell-scripts/filter-ansi @@ -1,2 +1,2 @@ -#!@bash@/bin/bash -cat - | sed -e 's/\x1b\[[0-9;]*m//g' +# #!@bash@/bin/bash +cat - | sed -E -e 's/\x1b\[[0-9;]*[mGKHF]|\r//g' |
