5 lines
146 B
Bash
5 lines
146 B
Bash
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 |