corrade-lsl-templates – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 1 ###########################################################################
2 # The crontab script can send a linked message to the link set periodically
3 # at a specified time. The syntax is similar to the Unix crontab where
4 # asterisks * represent any possible value. Contrasted to some crontab
5 # implementations, this crontab does not support ranges (1-5) or
6 # enumerations (3,4,5) as you can find in some Unix implementation of
7 # crontab. However, you can always add as many crontab lines as you wish to
8 # be executed at a specified time. The file supports comments starting with
9 # the hash character "#" which can be placed in-line or at the start. Any
10 # text after the hash sign will be ignored.
11 ###########################################################################
12 ###########################################################################
13 # Syntax:
14 ###########################################################################
15 # * * * * * message to send to the link-set
16 # | | | | |
17 # | | | | +-- day of week (0-7) (Sunday=0 or 7)
18 # | | | +----- month (1-12)
19 # | | +-------- day of month (1-31)
20 # | +----------- hour (0-23)
21 # +-------------- minute (0-59)
22  
23 # ALL TIMES ARE IN SLT!
24  
25 # at minute 10, hour 6, on the 7th day of the 9th month on a Sunday
26 # send a notice with the subject "Hello" and the message "Good day!"
27 10 6 7 9 7 Hello|Good day!
28 12 14 8 4 3 Test|Working!|Testcard