Эх сурвалжийг харах

Add script to install cron entry for nightly runs

Matthias Vogelgesang 8 жил өмнө
parent
commit
eb63167d96
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  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 -