scripts: replaced echo with echo -e for color in linux (maybe windows)

This commit is contained in:
Andreas Stallinger
2014-03-31 20:42:53 +02:00
parent 055b3d0029
commit f61425b4e8
4 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ rm -rf lib
rm -rf bin/Debug
rm -rf bin/Release
echo $SUCCESS "clean complete"
echo -e $SUCCESS "clean complete"