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

https://github.com/mjkloeckner/msh

simple shell implementation
https://github.com/mjkloeckner/msh

Last synced: about 1 month ago
JSON representation

simple shell implementation

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)