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
282 B

#Minishell
---
## TODO :
3 years ago
- free stack,
- protect mallocs,
- Norminette
- Finish check_builtin();
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
3 years ago
## Issues :