Files
grep/build.sh
T
sisungo b9c952d01d initial commit
Signed-off-by: sisungo <[email protected]>
2026-07-06 18:37:51 +08:00

6 lines
63 B
Bash
Executable File

#!/bin/sh
cd $(dirname $0)
${CC} -O3 ${CFLAGS} -o ./grep *.c