#!/bin/sh set -eu touch -t 197001010000.00 "$DATADIR/mtime-old.trigger" cat < "$DATADIR/mtime-old.tasks" date: trigger-file: $DATADIR/mtime-old.trigger trigger-age: 10 command: echo triggered > $DATADIR/mtime-old.out EOF ./desktop-cronish --quiet --max-jobs 5 "$DATADIR/mtime-old.tasks" cat "$DATADIR/mtime-old.out"