Files
minishell/todo
2024-05-03 14:14:12 +02:00

12 lines
188 B
Plaintext

- export c=
- export a="export b="export""
- env -i ./minishell => unset ALL => export a (nes pas export)
- export a="Makefile out"
fixed :
- echo $""a
- Ctrl + c => here doc not 130