diff --git a/indexparser/crontab.conf b/indexparser/crontab.conf new file mode 100644 index 0000000..2166396 --- /dev/null +++ b/indexparser/crontab.conf @@ -0,0 +1 @@ +1 0 * * * PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' bash /home/user/indexparser.sh > /home/user/"Update at $(date).log" diff --git a/indexparser.sh b/indexparser/indexparser.sh similarity index 100% rename from indexparser.sh rename to indexparser/indexparser.sh