hstr/tests/test_args.sh

7 lines
52 B
Bash
Raw Normal View History

2014-04-20 20:34:07 +08:00
#!/bin/bash
2014-01-18 05:28:02 +08:00
gcc ./src/test_args.c -o _args
2014-04-20 20:34:07 +08:00
# eof