#!/bin/sh

# Requires package: jhead

jhead -ft -autorot -n%Y_%m_%d/photo_%Y_%m_%d_%H%M_%S *.JPG

# -ft		writes the EXIF date/time to the file date/time
# -autorot	autorotate the image to match the EXIF rotation info
# -nSPEC	renames the files
