Use printf to print binary characters
Closes #204 (closed)
The reason we have echo -e is to be able to use things like \033
for colors. But echo -e is not portable. I am hoping printf is.
Closes #204 (closed)
The reason we have echo -e is to be able to use things like \033
for colors. But echo -e is not portable. I am hoping printf is.