12 lines
188 B
Plaintext
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
|