conjugaison-light

Obtenir les terminaisons des verbes français - retour accueil

git clone git://bebou.netlib.re/conjugaison-light
Log | Files | Refs | README |

commit 61432a484deba5872f0cda7f2e48bdf49c4778ae
parent c36fef352dd1949c2f1b99a749254acd0e89f78f
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Tue, 26 Dec 2023 16:12:03 +0100

On retire -n à column

Parce qu'on a la nouvelle version

Diffstat:
Mcgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgi b/cgi @@ -5,4 +5,4 @@ then ./verbe $1 > ./data/"$1".txt fi -./tabulate ./data/"$1".txt | ./colorate | ./filter $2 $3 $4 | column -nts ' ' +./tabulate ./data/"$1".txt | ./colorate | ./filter $2 $3 $4 | column -ts ' '