roff-templates

Un dépôt contenant des templates catium pour roff - retour accueil

git clone git://bebou.netlib.re/roff-templates

Log | Files | Refs | README |

commit a38e9a9e88fa76c94ef4fe1021e6b88ffbbf1d2b
parent 21fdfda02fe56c4d3a38d7faffe043dc10026d9a
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 23 Jul 2025 10:13:49 +0200

Correctement bug dans les rapports

On fait plus un dossier mais un fichier temp

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

diff --git a/rapport b/rapport @@ -1,6 +1,6 @@ #! /usr/bin/env dash -tmpf=$(mktemp -d) +tmpf=$(mktemp) trap "rm -rf $tmpf" EXIT save() cat >> "$tmpf"