Files
s/README.md
2017-08-25 13:47:10 +02:00

22 lines
354 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# s
A minimal shell. It doesnt do much, except, you know, executing commands.
## Installation
```
git clone https://github.com/hellerve/s
cd s
make install
```
## Usage
The shell can be entered through typing `s`. It has ephemeral editline
capabilities, and the only builtins are `cd` and `exit`. Theres not
much more to it.
<hr/>
Have fun!