remove unneeded script
This commit is contained in:
parent
23d96a20cc
commit
b2e17572d9
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env perl
|
||||
# this script should filter out any terminal escapes in a text stream
|
||||
while (<>) {
|
||||
s/ \e[ #%()*+\-.\/]. |
|
||||
\e\[ [ -?]* [@-~] | # CSI ... Cmd
|
||||
\e\] .*? (?:\e\\|[\a\x9c]) | # OSC ... (ST|BEL)
|
||||
\e[P^_] .*? (?:\e\\|\x9c) | # (DCS|PM|APC) ... ST
|
||||
\e. //xg;
|
||||
print;
|
||||
}
|
Loading…
Reference in New Issue