Un générateur de site statique - retour accueil
git clone git://bebou.netlib.re/catium
Log | Files | Refs | README |
commit edecb13a182f2dceeec62c26bdab4126e1278cb8 parent fda5395d9df6cd7c79eb47af94555a90f49b1482 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Wed, 10 Jan 2024 13:13:03 +0100 Shebang plus explicites vers dash Est-ce qu'il y a un meilleur moyen de faire cela selon où est installé le binaire ? 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/sh +#! /bin/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/sh +#! /bin/dash . ./common