瀏覽代碼

Add script to install cron entry for nightly runs

Matthias Vogelgesang 8 年之前
父節點
當前提交
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 -