mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
5 lines
55 B
Bash
Executable file
5 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc ./src/test_getopt.c -o _getopt
|
|
|
|
# eof
|