#!/bin/bash if jhead $1 | grep "Camera model :" >/dev/null 2>&1; then jhead $1 else rdjpgcom $1 fi