From 2ac2df38b1d812f5ef25a4d9a9f25143005b82b8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jun 2020 19:35:49 +0200 Subject: Added test for interpolation, glob and escape --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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). -- cgit