hstr/test/test_getopt.sh
2018-08-13 16:59:59 +02:00

5 lines
55 B
Bash
Executable file

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