Skip to content

Commit aaeeefb

Browse files
add initial files
1 parent 38228a4 commit aaeeefb

File tree

2 files changed

+416
-0
lines changed

2 files changed

+416
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
setup:
2+
gcc -std=gnu99 -g -Wall -o smallsh smallsh.c
3+
4+
clean:
5+
rm smallsh

0 commit comments

Comments
 (0)