hstr/tests/test_regexp.sh

9 lines
86 B
Bash
Executable file

#!/bin/bash
clear
rm -vf _regexp
gcc ./src/test_regexp.c -o _regexp
./_regexp
# eof