pubby/nesfab

echo -e is not portable

polluks opened this issue · 2 comments

@echo -e '\033[32mCXX $@\033[0m'

This option fails on macOS, NetBSD, etc.
Please take a look https://stackoverflow.com/questions/11530203/what-is-more-portable-echo-e-or-using-printf

pubby commented

That's a good point. Looks like printf is the way to go.

pubby commented

printf is in