From 6026876cdfd8ffb1bde3c98e97bb7ba05ff4e4ae Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 12 Sep 2020 17:08:25 +0200 Subject: Moved parenthesis and operation in flow, Added sandbox context, Replaced subprocess wait by communicate to avoid dead lock --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4a19b8..f60673c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Test for the minishell project of school 42. -![screenshot](recording.gif) +![preview](preview.gif) ## Usage -- cgit