script to resize a directory of images.
published to npm so that I don't need to look up convert man page again next time I want to do this.
hard coded to 50%, maybe I'll change that later.
npm install -g resize.sh
resize.sh ./images
# creates ./images/converted/*...
MIT