diff --git a/agc_2-X/trunk/extras/strip_color.sh b/agc_2-X/trunk/extras/strip_color.sh new file mode 100644 index 00000000..575f6e0c --- /dev/null +++ b/agc_2-X/trunk/extras/strip_color.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +FILE=$1 + +cat $FILE | sed "s/\[.;..;..m//g" | tr -d "\033" > $FILE.nocolor \ No newline at end of file