#!/bin/sh # @(#) Motion - Clean images # @(#) iekko # @(#) 2007-08-19 DIR="$HOME/videos/webcam" if [ -d "$DIR" ] then rm "$DIR"/*.jpg fi