Skip to content

Portfolio Project for Oregon State University's CS344: Operating Systems I

License

Notifications You must be signed in to change notification settings

jleflang/smallsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smallsh: A Small Shell

Portfolio Project for Oregon State University's CS344: Operating Systems I

To compile:

gcc --std=gnu99 -g -o smallsh smallsh.c

About this project:

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.

About

Portfolio Project for Oregon State University's CS344: Operating Systems I

Topics

Resources

License

Stars

Watchers

Forks

Languages