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

https://github.com/santiagolizardo/slash

Slash is a shell
https://github.com/santiagolizardo/slash

cpp cpp17 shell

Last synced: about 1 year ago
JSON representation

Slash is a shell

Awesome Lists containing this project

README

          

# SlaSH is shell

## Requirements

- Make
- C++ compiler with support for 23 standard

```shell
make
./slash

user@host>
user@host> ls -l
user@host> exit
```