#!/bin/sh

# This is an example wrapper script for running captrap_recurse in "cron mode"
# without having Captrap installed. Modify it to suit your use.

BASEDIR="$HOME"
LINK="$HOME/current"
ROUNDOFF="hour"

cd /path/to/your/captrap/directory

bin/captrap_recurse -cron-write "$BASEDIR" "$LINK" "$ROUNDOFF"

exit $?
