From 9ef22c5512e1e437628c42eaaf607eca2cb6867c Mon Sep 17 00:00:00 2001 From: davyd Date: Sat, 7 Feb 2004 14:15:35 +0000 Subject: [PATCH] Added crontab for running Planet UCC --- crontab | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crontab diff --git a/crontab b/crontab new file mode 100644 index 0000000..a00c76a --- /dev/null +++ b/crontab @@ -0,0 +1,2 @@ +*/20 * * * * $HOME/projects/planetucc/update-planet > /dev/null && scp $HOME/projects/planetucc/planet.html planet@mussel.ucc.asn.au:public-html/index.html + -- 2.20.1