From 4bd3a4c563179bb6fc880d6f1be2b30e1cabf0d6 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Tue, 24 Sep 2019 11:13:25 +0200 Subject: bottompeek* -> lurk*, new: nomstrawberry, reachaww, santa, cute, bongostart, angrylaugh --- gen.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gen.sh') diff --git a/gen.sh b/gen.sh index ed3cfa6..83701ec 100755 --- a/gen.sh +++ b/gen.sh @@ -11,15 +11,18 @@ cp LICENSE export/ cp export/* export_flip/ cd export +apngasm blobfoxbongo.png blobfoxbongostart.png 1 2 FILELIST=`find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; printf "%s:%s|" ${x%.png} $x' {} \;` jq -Rn 'input | split("|") | map(split(":") | { key: .[0], value: .[1] }) | from_entries' <<< "${FILELIST%|}" > blobfox.json zip blobfox.zip *.png +zip blobfox.zip *.apng zip blobfox.zip LICENSE CHECKSUM=`sha256sum -z blobfox.zip | awk '{ print $1 }'` cd ../export_flip +apngasm blobfoxbongo.png blobfoxbongostart.png 1 2 rm blobfoxsign*.png blobfoxconfused.png blobfoxbottompeek2.png blobfoxbreadsnoot*.png find . -type f -iname '*.png' -exec sh -c 'x=${0#./blobfox}; mv blobfox$x revblobfox$x' {} \; @@ -28,6 +31,7 @@ FILELIST=`find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; printf "%s:%s|" jq -Rn 'input | split("|") | map(split(":") | { key: .[0], value: .[1] }) | from_entries' <<< "${FILELIST%|}" > blobfox_flip.json zip blobfox_flip.zip *.png +zip blobfox_flip.zip *.apng zip blobfox_flip.zip LICENSE CHECKSUM_FLIP=`sha256sum -z blobfox_flip.zip | awk '{ print $1 }'` -- cgit v1.3.1