From 81b4c83c700c04866510a68f4df9010ff9d6c792 Mon Sep 17 00:00:00 2001 From: gwojda Date: Wed, 15 Feb 2017 15:47:09 +0100 Subject: [PATCH] ajout d'env avec opt -i -u / export / unset --- 42sh/test | 19 ------------------- 42sh/testmake | 3 --- 2 files changed, 22 deletions(-) delete mode 100644 42sh/test delete mode 100644 42sh/testmake diff --git a/42sh/test b/42sh/test deleted file mode 100644 index 40044643..00000000 --- a/42sh/test +++ /dev/null @@ -1,19 +0,0 @@ - shell_init.c 28 interactive shell settings - main.c 88 start of shell JOBC is ON - main.c 64 [env -o] stack=[0] state=[4] - token_print.c 29 13:[env] - token_print.c 29 13:[-o] - main.c 64 [env -u] stack=[0] state=[4] - token_print.c 29 13:[env] - token_print.c 29 13:[-u] - main.c 64 [histor] stack=[0] state=[4] - token_print.c 29 13:[histor] - main.c 64 [history] stack=[0] state=[4] - token_print.c 29 13:[history] - main.c 64 [env -u LESS] stack=[0] state=[4] - token_print.c 29 13:[env] - token_print.c 29 13:[-u] - token_print.c 29 13:[LESS] - main.c 64 [env ] stack=[0] state=[0] - token_print.c 29 13:[env] - shell_exit.c 17 shell_exit() diff --git a/42sh/testmake b/42sh/testmake deleted file mode 100644 index e0995542..00000000 --- a/42sh/testmake +++ /dev/null @@ -1,3 +0,0 @@ - shell_init.c 28 interactive shell settings - main.c 88 start of shell JOBC is ON - shell_exit.c 17 shell_exit()