Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juandelahd/minimal-shell-interpreter
- Owner: juandelaHD
- Created: 2024-07-16T20:17:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T20:43:03.000Z (6 months ago)
- Last Synced: 2024-11-13T15:59:23.051Z (2 months ago)
- Language: C
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.