Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juandelahd/minimal-shell-interpreter

Developing the minimal functionality of a shell interpreter similar to bash, zsh, and fish. The implementation will be in C11 and POSIX.1-2008.
https://github.com/juandelahd/minimal-shell-interpreter

Last synced: 5 days ago
JSON representation

Developing the minimal functionality of a shell interpreter similar to bash, zsh, and fish. The implementation will be in C11 and POSIX.1-2008.

Awesome Lists containing this project

README

        

# Minimal-Shell-Interpreter
Developing the minimal functionality of a shell interpreter similar to bash, zsh, and fish. The implementation will be in C11 and POSIX.1-2008.