diff --git a/Microshell/microshell.c b/Microshell/microshell.c index 589e2f9..0e653b5 100644 --- a/Microshell/microshell.c +++ b/Microshell/microshell.c @@ -6,7 +6,7 @@ #include const int max = 1000; - +//heh int cut(char **argv, char *command){ int i = 0, w = 0, x = 0;