Un outil nonymes de la langue française - retour accueil
git clone git://bebou.netlib.re/des
Log | Files | Refs | README |
commit ab07feb54f93f7b19119b1834b4bd82c751638da parent 5c138aa9df767c918c6dec5fa3f7e61370839b15 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 7 Apr 2025 12:53:51 +0200 On quotte les variables shell (presque toujours) Diffstat:
M | des | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/des b/des @@ -38,9 +38,9 @@ fi read -p "Mot : " mot while [ -n "$mot" ] do - oldmot=$mot + oldmot="$mot" command -V xclip > /dev/null && printf "$oldmot" | xclip -selection clipboard - echo $oldmot | cut -f1 + echo "$oldmot" | cut -f1 if [ "$mode" = "online" ];then line=$(echo "synonyme $mot" | nc -N bebou.netlib.re 2222 | sed '1d') else