You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sh -c 'echo "\033[1;32mSUCCESS\033[0m"'
SUCCESS
$ bash -c 'echo "\033[1;32mSUCCESS\033[0m"'
\033[1;32mSUCCESS\033[0m
Also use `printf` instead of `echo -e` to make scripts work on MacOS.
Correction for f296397 commit.
Addressed to #351
0 commit comments