#!/bin/bash find . -name "*.jpg" -exec mogrify -brightness-contrast 12,2 {} \;