CS344 Operating Systems, Portfolio Assignment: Smallsh
Oregon State University
$ gcc --std=c99 -o smallsh smallsh.c
$ make
$ ./smallsh
$ make test
Or alternately, chmod the file and run after compiling. Test file must be in same dir as smallsh executable.
$ gcc --std=c99 -o smallsh smallsh.c
$ chmod +x ./p3testscript
$ ./p3testscript > mytestresults 2>&1