Skip to content

hickmanjos/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Custom "Super" Shell

Custom Shell Program Created With C++

-A command line interpreter to emulate a similar behavior to the Linux default sh command-line interpreter (otherwise known as a "shell").

-Program utilized fork and exec to execute the commands.

-Some commands accepte by the shell are as followed: ~ls ~pwd ~ch ~exit

And other system related calls. The shell also recognizes some Bash syntax to allow for file redirection. (<, <<, >, and >> )

About

Custom Shell Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages