Line 6... |
Line 6... |
6 |
# run once an hour at some odd time
|
6 |
# run once an hour at some odd time
|
7 |
9 * * * * root perl $SCRIPTPATH/mapSwitches
|
7 |
9 * * * * root perl $SCRIPTPATH/mapSwitches
|
8 |
# run once daily to turn the YAML into a CSV for someone to read
|
8 |
# run once daily to turn the YAML into a CSV for someone to read
|
9 |
12 12 * * * root perl $SCRIPTPATH/mapSwitchesCSV.pl > $HTMLPATH/mapswitches.tsv
|
9 |
12 12 * * * root perl $SCRIPTPATH/mapSwitchesCSV.pl > $HTMLPATH/mapswitches.tsv
|
10 |
# run once a day to turn the YAML into an HTML page
|
10 |
# run once a day to turn the YAML into an HTML page
|
11 |
13 12 * * * root perl $SCRIPTPATH/csv2html -c mapSwitches.css -t MapSwitches --h2 "Created <a href='mapswitches.tsv'>mapswitches.tsv</a><br />`date`" $HTMLPATH/mapswitches.tsv > $HTMLPATH/mapswitches.html
|
11 |
13 12 * * * root perl $SCRIPTPATH/csv2html -c mapswitches.css -t MapSwitches --h2 "Created <a href='mapswitches.tsv'>mapswitches.tsv</a><br />`date`" $HTMLPATH/mapswitches.tsv > $HTMLPATH/mapswitches.html
|