license and readme, lacks screenshots and recording etc
[tinysh-parallel/.git] / README.md
1 # tinysh-parallel
2 This is a C implementation of a shell, this shell have very basic functionalities,
3 and differs from other shells you might be used to in the fact that when multiple
4 command are executed separated by `;` they are executed in parallel and not one
5 after the other like on **BASH**.
6
7