initial commit

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-07-06 18:37:51 +08:00
commit b9c952d01d
10 changed files with 3051 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
cd $(dirname $0)
${CC} -O3 ${CFLAGS} -o ./grep *.c