Skip to content

Use printf to print binary characters

Jacob Vosmaer (GitLab) requested to merge 204-echo-e into master

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.

Merge request reports