diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-12 17:08:25 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-12 17:08:25 +0200 |
| commit | 6026876cdfd8ffb1bde3c98e97bb7ba05ff4e4ae (patch) | |
| tree | a625aa9203063b59600d6082b3bccc82fff5fda3 /README.md | |
| parent | 75f6b134911e378cb384e41fd0b9f717341acb2d (diff) | |
| download | minishell_test-6026876cdfd8ffb1bde3c98e97bb7ba05ff4e4ae.tar.gz minishell_test-6026876cdfd8ffb1bde3c98e97bb7ba05ff4e4ae.tar.bz2 minishell_test-6026876cdfd8ffb1bde3c98e97bb7ba05ff4e4ae.zip | |
Moved parenthesis and operation in flow, Added sandbox context, Replaced subprocess wait by communicate to avoid dead lock
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Test for the minishell project of school 42. - + ## Usage |
