Portfolio Project for Oregon State University's CS344: Operating Systems I
gcc --std=gnu99 -g -o smallsh smallsh.c
This educational project is to write a small shell that can handle cd
,
status
, and exit
internally.
All other commands are run externally as forked processes.