Skip to content

Fully functional Shell built with C (foreground and background processes, forks, built in commands)

Notifications You must be signed in to change notification settings

ak3zaidan/C-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

To compile the code run 

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

to run the code do this

./smallsh

About

Fully functional Shell built with C (foreground and background processes, forks, built in commands)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages