You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
308 B

#Minishell
---
## TODO :
3 years ago
- Protect mallocs,
- [WIP]Norminette
- [WIP]Free heap
3 years ago
- export : edit datas->env
- unset : idem,
- exit: handle arguments
3 years ago
- setup correct ext_codes
https://wiki.bash-hackers.org/scripting/basics?s[]=variables#exit_codes
## Issues :
3 years ago
- error using unknow command with valgrind