Explorar el Código

Add script to install cron entry for nightly runs

Matthias Vogelgesang hace 8 años
padre
commit
eb63167d96
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 -