diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-16 10:10:41 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-16 10:10:41 +0200 |
| commit | b8728e933b1da49668854771340d6a308dbb245d (patch) | |
| tree | bf686de424ecc182561fa8b7dd1267cf282062f5 /README.md | |
| parent | ffbe2698bab198d8f621a9ad2c62a009b28bad9e (diff) | |
| download | minishell_test-b8728e933b1da49668854771340d6a308dbb245d.tar.gz minishell_test-b8728e933b1da49668854771340d6a308dbb245d.tar.bz2 minishell_test-b8728e933b1da49668854771340d6a308dbb245d.zip | |
Spliting into multiple files, added redirection tests
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,8 +4,10 @@ Test for the minishell project of school 42. # Usage -`> ./main.py --help` -`> ./main.py` +The default path to your project is `..` but you can change it the the [configuration](config.py). + +* `> ./main.py --help` +* `> ./main.py` ## Test compatibility |
