[Remind-Fans] schedule an include file update
David F. Skoll
dfs at roaringpenguin.com
Mon Oct 7 14:32:25 EDT 2013
On Mon, 7 Oct 2013 13:09:23 -0500
Joe M <joe9mail at gmail.com> 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.
More information about the Remind-fans
mailing list