hstr/tests/test_getopt.sh
2014-05-03 08:13:12 +02:00

5 lines
55 B
Bash
Executable file

#!/bin/bash
gcc ./src/test_getopt.c -o _getopt
# eof