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

https://github.com/lasjdhu/shell

Primitive shell application
https://github.com/lasjdhu/shell

cli rust shell

Last synced: 8 months ago
JSON representation

Primitive shell application

Awesome Lists containing this project

README

          

# shell

### Usage

```sh
./shell
```

shell executable contains `cargo run` script

### Features

- run commands specified in your `$PATH`
- use builtin commands `exit`, `type`, `cd`, `pwd` and `echo`