Skip to content

joshuaherrera/smallsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

smallsh

smallsh is a basic shell interface written in C.

Commands cd, exit, status and input/output redirection are built-in, while other commands are handled by spawning a child process to execute execvp() and perform the desired action.

To compile

Use the provided makefile and run: make sh

To run

Use the provided makefile and run: make runSh

About

smallsh is a basic shell interface written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published