diff --git a/scripts/cron.sh b/scripts/cron.sh new file mode 100644 index 0000000..9c4a48f --- /dev/null +++ b/scripts/cron.sh @@ -0,0 +1,5 @@ +cat << 'EOF' | crontab - +0 3 * * * /opt/sbin/xkeen -ug +5 3 * * * /opt/bin/sh /opt/update-script.sh +10 3 * * * /opt/bin/sh /opt/update-files.sh +EOF \ No newline at end of file