diff options
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ SHELL=/bin/bash 4,24,44 * * * * /home/nasmbuild/robot.sh */5 * * * * cd /home/www/nasm && git pull -f > /dev/null 2>&1 37 2 * * * find /home/nasmbuild/log -type f -mtime +32 -print0 | xargs -0r rm -f +*/3 * * * * /home/nasmbuild/gitmirror/robot.sh >/dev/null 2>&1 |