Browse Source

Add script to install cron entry for nightly runs

Matthias Vogelgesang 7 years ago
parent
commit
eb63167d96
1 changed files with 3 additions and 0 deletions
  1. 3 0
      install-crontab.sh

+ 3 - 0
install-crontab.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+crontab -l; echo "0 1 * * *  cd $(pwd); ./run.sh" | crontab -