diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-13 08:40:42 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-13 08:40:42 -0700 |
| commit | 965dcd3a00fbc250b5460ecf7ac37ac00cfa48aa (patch) | |
| tree | 732fbf74cb66029275a743fb93997103dab725ce | |
| parent | 4c0b6ad48ed130c2f27882777a80d295a8b0c81c (diff) | |
| download | pandoc-965dcd3a00fbc250b5460ecf7ac37ac00cfa48aa.tar.gz | |
Removed stripansi.sh.
| -rwxr-xr-x | stripansi.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/stripansi.sh b/stripansi.sh deleted file mode 100755 index 398a2d16f..000000000 --- a/stripansi.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# use to strip out ANSI codes, if you want to pipe -# outputof 'cabal test' to a file. - -sed -e 's/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g' |
