[tor-commits] [check/master] Add a run script.

arlo at torproject.org arlo at torproject.org
Sat Nov 16 06:22:19 UTC 2013


commit f624697cdab1c6f9f232079ac86c7b67d83ac5fe
Author: Arlo Breault <arlolra at gmail.com>
Date:   Fri Nov 15 22:17:07 2013 -0800

    Add a run script.
    
    To be run at cron @reboot.
---
 scripts/run.sh |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/run.sh b/scripts/run.sh
new file mode 100755
index 0000000..977f771
--- /dev/null
+++ b/scripts/run.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+BASE=/home/arlo/git/check
+$BASE/check -base="$BASE" -log="$BASE/check.log" -pid="$BASE/check.pid" &
+





More information about the tor-commits mailing list