aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-16 19:35:49 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-16 19:35:49 +0200
commit2ac2df38b1d812f5ef25a4d9a9f25143005b82b8 (patch)
tree3e6b794b393a0a9a586e1b03799ac66999ec8c65 /README.md
parentf7571404f308d889dc0e7baf1edea3774b8e45f5 (diff)
downloadminishell_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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ec3b1a0..65eb18e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
Test for the minishell project of school 42.
+![screenshot](./screenshot.png)
+
# Usage
The default path to your project is `..` but you can change it the the [configuration](config.py).