From 2b10f7c2e5cd05b62b12e11c1304ff052eb562d5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 16 Nov 2014 23:25:15 +0000 Subject: [PATCH] Create dirs --- etc/cron/nb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 etc/cron/nb 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 -- 2.47.3