From c8a61e56fb19448a35db1fab2c8a8f45be24b661 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 6 Dec 2019 19:35:40 +0100 Subject: [PATCH] Fix gallery generator script --- gallery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery.sh b/gallery.sh index 1b84afc..86baae6 100755 --- a/gallery.sh +++ b/gallery.sh @@ -9,6 +9,6 @@ for style in ./styles/*.json; do light="-l" fi - ./termshot ${light} -o ./styles/ -f "$filename" ./gold -s ${style} + ./termshot ${light} -o ./styles/ -f "$filename" ./cmd/gold/gold -s ${style} ./cmd/gold pngcrush -ow "./styles/$filename" done