https://github.com/mjkloeckner/msh
simple shell implementation
https://github.com/mjkloeckner/msh
Last synced: about 1 month ago
JSON representation
simple shell implementation
- Host: GitHub
- URL: https://github.com/mjkloeckner/msh
- Owner: mjkloeckner
- License: mit
- Created: 2023-05-02T02:56:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T03:33:14.000Z (2 months ago)
- Last Synced: 2025-03-06T04:26:56.654Z (2 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msh: minimal shell
Initial implementation based on: [write a shell in
C](https://brennan.io/2015/01/16/write-a-shell-in-c/)## Quick start
```shell
$ make -j $(nproc)
$ ./msh
```## License
[MIT](https://opensource.org/licenses/MIT)