hstr/test/test_getopt.sh

6 lines
55 B
Bash
Raw Normal View History

2014-05-03 14:13:12 +08:00
#!/bin/bash
gcc ./src/test_getopt.c -o _getopt
# eof