- git clone https://github.com/ronald112/ush.git
- make
- ./ush
- enjoy!
This is a simple representation of shell for UNIX system's. It can manage several commands and pipes, just use ';' to seprate commands and '|' to separate command in pipeline.
| Builtin | Flags | Description |
|---|---|---|
| exit | exit from ush | |
| cd | S,P | change directory |
| env | i,P,u | print environ variable |
| pwd | P,L | print working directory |
echo, fg, export, which, unset, manage signals, command history, improvements to parser.