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

https://github.com/okkindel/c-shell

My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.
https://github.com/okkindel/c-shell

c shell

Last synced: about 1 year ago
JSON representation

My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.

Awesome Lists containing this project

README

          

# C-Shell [![CodeFactor](https://www.codefactor.io/repository/github/okkindel/c-shell/badge)](https://www.codefactor.io/repository/github/okkindel/c-shell)
My implementation of shell in C made on Systems Architecture practical. Feel free to use it. I'll probably never end it.

Builted Commands:
- help
- move (cd)
- wheremi (prints actual dir)
- close

Includes:

- pipes
- redirects
- errors redirects
- job controll