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

6 lines
52 B
Bash
Executable file

#!/bin/bash
gcc ./src/test_args.c -o _args
# eof