diff options
| author | cacharle <me@cacharle.xyz> | 2021-01-02 14:10:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-02 14:10:41 +0100 |
| commit | 15ad86e88a47b522238a8fa8fe61e0522bd158c8 (patch) | |
| tree | 4a8e960a3948bef23918e92d931edf43f448e4e6 /README.md | |
| parent | 415c30dd82fe766c689b9185a9d058fa8cdeeda1 (diff) | |
| download | minishell_test-15ad86e88a47b522238a8fa8fe61e0522bd158c8.tar.gz minishell_test-15ad86e88a47b522238a8fa8fe61e0522bd158c8.tar.bz2 minishell_test-15ad86e88a47b522238a8fa8fe61e0522bd158c8.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Test for the minishell project of school 42. The default path to your project is `../minishell` but you can change it the the [configuration](src/config.py). -```sh +```command $ ./run # run all tests $ ./run --help @@ -51,7 +51,7 @@ Good luck handling `*'.*'`. Your executable **must** support the `-c` option which allow to pass command as string. -```sh +```command $ bash -c 'echo bonjour je suis' bonjour je suis $ ./minishell -c 'echo bonjour je suis' |
