changeset 6385:c956c8f6663c

<FireFly> ` tr \'|\' \'\\n\' <<<\'#!/bin/sed -f|s:[\\x00-\\x08\\x0E-\\x1F]\\|\\x1B\\(\\[[0-?]*[ -/]*[@-~]\\)::g\' >bin/plaintext && chmod +x bin/plaintext
author HackBot
date Tue, 15 Dec 2015 22:53:21 +0000
parents 620df8bfa9ae
children 828cacf98527
files bin/plaintext
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/plaintext	Tue Dec 15 22:49:15 2015 +0000
+++ b/bin/plaintext	Tue Dec 15 22:53:21 2015 +0000
@@ -1,2 +1,3 @@
 #!/bin/sed -f
-s:\x1B\(\[[0-?]*[ -/]*[@-~]\)::g
+s:[\x00-\x08\x0E-\x1F]\
+\x1B\(\[[0-?]*[ -/]*[@-~]\)::g