creatio ex nihilo
[transyMjolnir.git] / gen_png_thumbs.sh
blob32b1e594add6e67e6f2c96c67253cc0fd2e17a51
1 #!/usr/bin/env bash
3 run() {
4 echo "$@"
5 "$@"
6 return "$?"
9 for i in "128 72" "64 36" "32 18"; do
10 S="${i% *}"
11 R="${i#$S}"
12 run ./ps2png.sh transyMjolnir.ps transyMjolnir_${S}x${S}.png ${S} ${R}
13 done