On Mon, 7 Oct 2013 13:09:23 -0500 Joe M <[email protected]> wrote: > # run the below every 10 minutes > REM AT 0:00 *10 RUN make --silent -C /home/j/etc/remind/
That won't work. If you want to run a job every 10 minutes, cron is the appropriate tool for the job, not Remind. If you really really want to use Remind, it'll have to be something like: REM AT 23:59 +1440 *10 RUN ... Regards, David. _______________________________________________ Remind-fans mailing list [email protected] http://lists.roaringpenguin.com/cgi-bin/mailman/listinfo/remind-fans Remind is at http://www.roaringpenguin.com/products/remind
