Skip to content

simonbilskyrollins/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple Unix Shell

This is my own implementation of a unix shell that I made for Carleton CS332 "Operating Systems" in the fall of 2017.

Supported features:

  • I/O redirection: ls > files.txt
  • Piping: ls | less
  • Forking: curl some.big.file &

About

My implementation of a bare-bones Unix shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published