commit 8a12d08cf34e0cd3d872df344c972f90253a3825 parent 83126e443ba0c939feb91edaa44e952ea0582ebd Author: sej <sej@sejdt.localhost> Date: Sun, 29 Sep 2024 22:46:58 +0200 Added script that builds the gallery. Diffstat:
A | gallery_builder.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/gallery_builder.sh b/gallery_builder.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +./extract_metadata.sh $1 $3 +./gen_thumbs $1 +./jinjarender $2 $3