mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-05 06:32:11 +08:00
6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
gcc ./src/test_getopt.c -o _getopt
|
||
|
|
||
|
# eof
|