RAWSH (Reborn in Another World Shell) is a go implementation of a subsets of BASH features and a interactive-only shell. In other words, it still doesnt accept commands from a file.
- A interactive-only shell
- Not a programming language
- Handle a single process
- Implement basic tools (cd, pwd, exit)