From: Nicolas Boisselier Date: Sun, 16 Nov 2014 23:25:15 +0000 (+0000) Subject: Create dirs X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=2b10f7c2e5cd05b62b12e11c1304ff052eb562d5;p=nb.git Create dirs --- diff --git a/etc/cron/nb b/etc/cron/nb new file mode 100644 index 00000000..b8f0c3bf --- /dev/null +++ b/etc/cron/nb @@ -0,0 +1,7 @@ +SHELL=/bin/bash +#PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:~izideal/bin +#LANG=C + +ROOT=/opt/nb +# m h dom mon dow user command +55 09 * * * cd $ROOT && git pull &> /dev/null