An open API service indexing awesome lists of open source software.

https://github.com/gimwonbae/myshell

Making Shell using C Lang
https://github.com/gimwonbae/myshell

shell system-programming

Last synced: about 2 months ago
JSON representation

Making Shell using C Lang

Awesome Lists containing this project

README

          

# myshell

-foreground and background execution (&)
-multiple commands separated by semicolons
-history command
-shell redirection (>,>>,>|,<) include noColobber option
-multiple pipe
-cd command

[More detail](https://github.com/waristo/myshell/blob/master/README.pdf)