samxkim/smallsh
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. Compile the main.c program in the terminal while being in the same folder gcc --std=gnu99 -g -o ./smallsh main.c 2. Run the program ./smallsh
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1. Compile the main.c program in the terminal while being in the same folder gcc --std=gnu99 -g -o ./smallsh main.c 2. Run the program ./smallsh