diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-22 22:41:52 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-22 22:41:52 +0000 |
commit | 8cb1c00d5c9575886e4a2e34fc8d958fe1aebf4a (patch) | |
tree | 30afa231dac39223ceeaf4bc7c6dd3045312eace | |
parent | 974f11a56cd698955dfd39548410592d19e8670b (diff) | |
download | nasmbuild-8cb1c00d5c9575886e4a2e34fc8d958fe1aebf4a.tar.gz nasmbuild-8cb1c00d5c9575886e4a2e34fc8d958fe1aebf4a.tar.xz nasmbuild-8cb1c00d5c9575886e4a2e34fc8d958fe1aebf4a.zip |
Automatically pull the git pages
-rw-r--r-- | crontab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ SHELL=/bin/bash 4 2 * * * /home/nasmbuild/robot.sh +*/5 * * * * cd /home/www/nasm && git pull -f > /dev/null 2>&1 |