hstr/tests/test_utf8.sh
2014-09-11 18:33:59 +02:00

8 lines
66 B
Bash
Executable file

#!/bin/bash
clear
gcc ./src/test_utf8.c -o _utf8
./_utf8
# eof