parent
4ab866acef
commit
d23d3d65ec
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
||||
#!/usr/bin/env bash |
||||
# Remove ANSI escape sequences and ^M carriage return characters |
||||
|
||||
perl -pe 's/\e\[[0-9;]*[mGKHF]//g; s/\r//g' |
||||
|
||||
Loading…
Reference in new issue