Update save_logs.sh

This commit is contained in:
Brian Tiger Chow 2014-12-15 10:31:08 -08:00
parent f48ad524f8
commit a40c3bf549

View File

@ -1,3 +1,4 @@
# STRIP strips color from terminal output
STRIP="perl -pe 's/\e\[?.*?[\@-~]//g'"
# TODO use a for loop like a grownup