repo.or.cz
/
transyMjolnir.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
creatio ex nihilo
[transyMjolnir.git]
/
gen_png_thumbs.sh
blob
32b1e594add6e67e6f2c96c67253cc0fd2e17a51
1
#!/usr/bin/env bash
2
3
run
() {
4
echo
"$@"
5
"$@"
6
return
"$?"
7
}
8
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
14