#!/bin/bash cd "logos/$LOGO"; mkdir -p thumbs lazy; mogrify -path thumbs -resize 300x40^\> *.png; mogrify -path lazy -resize 50x\> *.png