https://github.com/bourgeoisor/mussels
Simple Unix command-line interpreter written in C++.
https://github.com/bourgeoisor/mussels
operating-system shell
Last synced: 3 months ago
JSON representation
Simple Unix command-line interpreter written in C++.
- Host: GitHub
- URL: https://github.com/bourgeoisor/mussels
- Owner: bourgeoisor
- License: mit
- Created: 2017-10-12T19:08:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T22:48:33.000Z (over 3 years ago)
- Last Synced: 2025-11-06T19:03:52.731Z (8 months ago)
- Topics: operating-system, shell
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mussels
### Mussels: Unbelievingly Slim and Simple - Even Limiting - Shell
Mussels is a tiny shell in C++ I am building as a proof-of-concept for an Operating Systems course.
It is not meant to be POSIX compliant nor have all of the basic features used in most shells.
## How to Run
make
./mussels
## Development State
Mussels is not currently being actively worked on. That being said, if you want to contribute to this project, please feel free to either message me for more information or to directly send in a pull request.