fixed echo and updated todo_list

This commit is contained in:
mdev9
2024-04-24 18:42:59 +02:00
parent 52174b8737
commit 93e4d43283
2 changed files with 2 additions and 11 deletions

View File

@ -1,17 +1,8 @@
cat <minishell.h <<HERE <missing <<DOC | echo oi
#invalid command, followed by empty variable, should clear the exit code
doesntexist
$EMPTY
echo $?
# Should skip the empty argument, and print hello after spaces
echo - "" " " hello
NORME :c
To test:
test signals