#! /bin/sh

# Rename JPEG file(s) to YYYYMMDD-HHMMSS.jpg

jhead -q -ft -n"%Y%m%d_%H%M%S" "$@" >/dev/null
