Parcourir la source

Add script to install cron entry for nightly runs

Matthias Vogelgesang il y a 8 ans
Parent
commit
eb63167d96
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 -