|
From: | Arnaud Miege |
Subject: | Re: Run script/function at regular intervals |
Date: | Wed, 1 May 2013 09:18:01 +0100 |
I think the best solution for this is to make your script executable by adding the appropriate shebang:
http://www.gnu.org/software/octave/doc/interpreter/Executable-Octave-Programs.html
and then setup a cron job to run it at given intervals:
http://en.wikipedia.org/wiki/Cron
HTH,
c.
[Prev in Thread] | Current Thread | [Next in Thread] |