Initial commit.

This commit is contained in:
Achim D. Brucker 2017-06-27 09:00:44 +01:00
parent 25dfdc3b90
commit f7bcd91a34
1 changed files with 3 additions and 0 deletions

3
scripts/crontab Normal file
View File

@ -0,0 +1,3 @@
# m h dom mon dow command
07 02 * * * (cd ~/ExtensionCrawler ; ((git fetch ; git checkout production; git pull) &> /dev/null))
13 02 * * * (cd ~/ExtensionCrawler ; (./crawler -d -a /srv/Shared/BrowserExtensions/ > /srv/Shared/BrowserExtensions/log/`date --iso-8601=ns`.log))