#!/bin/sh touchfile=/var/run/slugpower/slugpower if [ -f ${touchfile} ] then find ${touchfile} -mmin +20 -exec /usr/local/bin/slugpower off ';' -exec rm '{}' ';' fi