Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit cb3f09179f1e1663bb59d07ebc053f8da198545b parent f286b6fbebb200c47b7851e3a21885e43cf7a217 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 23 May 2024 16:32:58 +0200 Cleanup du dossier temp Devrait ĂȘtre un fonction dans page Diffstat:
M | printlayout | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/printlayout b/printlayout @@ -1,6 +1,6 @@ #! /bin/sh -the=$(mktemp -d) +the=$(mktemp -d);trap "rm -rf $the" EXIT layoutfile="$1";shift cat | while read line