Un générateur de site statique - retour accueil
git clone git://bebou.netlib.re/catium
Log | Files | Refs | README |
commit b5086208a0368712bb48e7e0549168ba9aff6634 parent abcd4a4cb72bf67d85bc3e66321a88d580c363a1 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 10 Jan 2024 22:09:19 +0100 Passage à #! /usr/bin/env pour portabilité Diffstat:
M | common | | | 2 | +- |
M | page | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common b/common @@ -1,4 +1,4 @@ -#! /bin/dash +#! /usr/bin/env dash the=$(mktemp -d) ; trap "rm -rf $the" EXIT save_md() lowdown >> "$the/$1" diff --git a/page b/page @@ -1,4 +1,4 @@ -#! /bin/dash +#! /usr/bin/env dash . ./common