diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2019-09-30 14:46:21 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-09-30 14:46:21 +0200 |
| commit | 9734c8546119a5b482d1b76d22e745a7653d05d7 (patch) | |
| tree | cea66b9d6d8991338573eaea6d9bcf44b856a996 /gen.sh | |
| parent | "a" prefix for animated files, improved (pre)lurk* (diff) | |
| download | blobfox-emojis-9734c8546119a5b482d1b76d22e745a7653d05d7.tar.gz blobfox-emojis-9734c8546119a5b482d1b76d22e745a7653d05d7.tar.bz2 blobfox-emojis-9734c8546119a5b482d1b76d22e745a7653d05d7.zip | |
Added a-dundundunowo
Diffstat (limited to 'gen.sh')
| -rwxr-xr-x | gen.sh | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -7,7 +7,8 @@ mkdir -p export_flip | |||
| 7 | rm -f export_flip/* | 7 | rm -f export_flip/* |
| 8 | 8 | ||
| 9 | find . -type f \( -iname "*.svg" ! -iname ".*" ! -iname "a*" \) -print0 | parallel -0 'x={.}; inkscape -z -e "export/${x#./}.png" "{}"' {} \; | 9 | find . -type f \( -iname "*.svg" ! -iname ".*" ! -iname "a*" \) -print0 | parallel -0 'x={.}; inkscape -z -e "export/${x#./}.png" "{}"' {} \; |
| 10 | ./blobfoxdundundun.sh | 10 | ./dundundun.sh ablobfoxdundundun |
| 11 | ./dundundun.sh ablobfoxdundundunowo | ||
| 11 | ./hyperize.sh ablobfoxhyperowo | 12 | ./hyperize.sh ablobfoxhyperowo |
| 12 | ./hyperize.sh ablobfoxhypercofe | 13 | ./hyperize.sh ablobfoxhypercofe |
| 13 | ./hyperize.sh ablobfoxhyperthinking | 14 | ./hyperize.sh ablobfoxhyperthinking |
| @@ -29,7 +30,7 @@ CHECKSUM=`sha256sum -z blobfox.zip | awk '{ print $1 }'` | |||
| 29 | 30 | ||
| 30 | cd ../export_flip | 31 | cd ../export_flip |
| 31 | 32 | ||
| 32 | rm blobfoxsign*.png blobfoxconfused.png blobfoxbreadsnoot*.png | 33 | rm blobfoxsign*.png blobfoxconfused.png blobfoxbreadsnoot*.png blobfoxsleep.png |
| 33 | find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; mv $x rev$x' {} \; | 34 | find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; mv $x rev$x' {} \; |
| 34 | mogrify -flop *.png | 35 | mogrify -flop *.png |
| 35 | FILELIST=`find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; printf "%s:%s|" ${x%.png} $x' {} \;` | 36 | FILELIST=`find . -type f -iname '*.png' -exec sh -c 'x=${0#./}; printf "%s:%s|" ${x%.png} $x' {} \;` |
