From 9682ac83c4b685818bdaf222f813df044b3107fd Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 15 Jun 2020 18:25:35 +0200 Subject: Changing default minishell dir path, Added exit status --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 286ff36..ff46de9 100644 --- a/config.py +++ b/config.py @@ -1,7 +1,7 @@ # Minishell configuration file # minishell dir path -MINISHELL_DIR = "/home/charles/minishell" +MINISHELL_DIR = ".." # minishell executable MINISHELL_EXEC = "minishell" -- cgit