fix des trucs

This commit is contained in:
2024-05-03 13:03:41 +02:00
parent 2d5449ed3d
commit 032bfb976e

9
todo
View File

@ -1,6 +1,4 @@
- Leak lors des redirection out - Leak lors des redirection out
- Ctrl + c => here doc not 130
- echo $""a
- export c= - export c=
- export a="export b="export"" - export a="export b="export""
- ./aa = permission denied != Is a directory - ./aa = permission denied != Is a directory
@ -11,3 +9,10 @@
- lolcat && cat <<A = > n affiche pas le heredoc - lolcat && cat <<A = > n affiche pas le heredoc
- export a="Makefile out" - export a="Makefile out"
- marde-vr@2A7:/tmp/bberkrou$ cat < $a - marde-vr@2A7:/tmp/bberkrou$ cat < $a
fixed :
- echo $""a
- Ctrl + c => here doc not 130