diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-16 19:35:49 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-16 19:35:49 +0200 |
| commit | 2ac2df38b1d812f5ef25a4d9a9f25143005b82b8 (patch) | |
| tree | 3e6b794b393a0a9a586e1b03799ac66999ec8c65 /README.md | |
| parent | f7571404f308d889dc0e7baf1edea3774b8e45f5 (diff) | |
| download | minishell_test-2ac2df38b1d812f5ef25a4d9a9f25143005b82b8.tar.gz minishell_test-2ac2df38b1d812f5ef25a4d9a9f25143005b82b8.tar.bz2 minishell_test-2ac2df38b1d812f5ef25a4d9a9f25143005b82b8.zip | |
Added test for interpolation, glob and escape
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Test for the minishell project of school 42. + + # Usage The default path to your project is `..` but you can change it the the [configuration](config.py). |
