license and readme, lacks screenshots and recording etc
[tinysh-parallel/.git] / README.md
index 8d4d1954dc8ac0157b47ebbc3b2deef0d6f3aa6b..0706fc60b1e66f366040a7e482fe03681f07e2b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,7 @@
 # tinysh-parallel
+This is a C implementation of a shell, this shell have very basic functionalities,
+and differs from other shells you might be used to in the fact that when multiple
+command are executed separated by `;` they are executed in parallel and not one
+after the other like on **BASH**.
+
+