Un outil nonymes de la langue française - retour accueil
git clone git://bebou.netlib.re/des
Log | Files | Refs | README |
commit 15f14753ca918bafda25c13a4927568ab3feb5e0 parent ab07feb54f93f7b19119b1834b4bd82c751638da Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 7 Apr 2025 12:54:30 +0200 read -p n'est pas posix Diffstat:
M | des | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/des b/des @@ -35,7 +35,8 @@ fi # MODE # PATH -read -p "Mot : " mot +printf "Mot : " +read -r mot while [ -n "$mot" ] do oldmot="$mot"