#! /bin/bash

# Remove all images and pictures recorded by motion.

MOTION_SPOOL_DIR=motion_spooldir
rm -rf $MOTION_SPOOL_DIR/*

