summaryrefslogtreecommitdiffstats
path: root/crontab
blob: 9cdb13c2146451d273f114e7021dee66802fe3f7 (plain)
1
2
3
4
5
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