#!/bin/sh

echo "About to wipe out all pictures and binary files in this directory"
echo "Send SIGINT (typ. ^C) within 3 seconds to abort"
sleep 5

rm -f *.log.* *.pix.*	# old versions
rm -f *.log *.pix	# last try
