fomu-workshop/docs/_static/small.sh
2020-01-03 13:55:40 +00:00

10 lines
201 B
Bash
Executable File

#!/bin/bash
for TYPE in hacker pvt; do
for SIDE in front back; do
for CASE in "bare" "case"; do
convert -resize 100x137 hw-$TYPE-$SIDE-$CASE.jpg hw-$TYPE-$SIDE-$CASE-small.jpg
done
done
done