Removed stripansi.sh.

This commit is contained in:
John MacFarlane 2012-03-13 08:40:42 -07:00
parent 4c0b6ad48e
commit 965dcd3a00

View file

@ -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'