X-Git-Url: https://git.josue.xyz/?p=tinysh-parallel%2F.git;a=blobdiff_plain;f=README.md;fp=README.md;h=0706fc60b1e66f366040a7e482fe03681f07e2b0;hp=8d4d1954dc8ac0157b47ebbc3b2deef0d6f3aa6b;hb=6ddc1d79ac95e6b2e9f8c83ea517f699eb45268a;hpb=980f692e6fcbc83fb41f831f1143b1e6ecf412c6 diff --git a/README.md b/README.md index 8d4d195..0706fc6 100644 --- 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**. + +