qcm

Faire des qcm simplement - retour accueil

git clone git://bebou.netlib.re/qcm
Log | Files | Refs | README |

commit 90b5f57d9a562fd034da5ab432eb4e925e99f36c
parent 8e85ee78b1db21c5d0f321f50e0f3298731673e8
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Thu, 12 Dec 2024 08:49:16 +0100

Corriger sortie gnuplot, une * trainait parfois

Diffstat:
Mqcm.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qcm.sh b/qcm.sh @@ -51,7 +51,7 @@ gnuplot -e " plot '-' u 1:xtic(2) w histo not; " | sed 's/-/━/g; s/|/┃/g; s/ \* / ┃ /g; s/ \*\*/ ┏━/g; s/━+/━━/g; s/+━/┗━/g; s/\([0-9]\) +/\1 ┃/g; s/\(┃ \+\)+/\1 /g; s/\*\* /━┓ /g; s/\*\*\*/━━━/g; - s/\*\*/━━/g' + s/\*\*/━━/g;s/━\*━/━━━/g' }