Skip to content

witherst/shell_prog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shell_prog

Writing a small shell in C, similar to bash.

The shell will run command line instructions and return results similar to other shells, but without the fancier features.

This shell will allow for redirection of standard input and standard output and it will support both foreground and background processes.

This shell will support three built-in commands: exit, cd, and status. It will also support comments, which are lines beginning with the # character.

About

Writing a small shell in C, similar to bash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published