mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
6 lines
52 B
Bash
Executable file
6 lines
52 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc ./src/test_args.c -o _args
|
|
|
|
# eof
|
|
|