[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r19631: {} Add simple cron script mentioned in README. (torflow/trunk/NetworkScanners/BwAuthority)



Author: mikeperry
Date: 2009-06-05 08:21:02 -0400 (Fri, 05 Jun 2009)
New Revision: 19631

Added:
   torflow/trunk/NetworkScanners/BwAuthority/cron.sh
Log:

Add simple cron script mentioned in README.



Added: torflow/trunk/NetworkScanners/BwAuthority/cron.sh
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/cron.sh	                        (rev 0)
+++ torflow/trunk/NetworkScanners/BwAuthority/cron.sh	2009-06-05 12:21:02 UTC (rev 19631)
@@ -0,0 +1,10 @@
+#!/bin/sh
+SCANNER_DIR=$HOME/code/torflow-trunk/NetworkScanners/BwAuthority
+TOR_DEST=$SCANNER_DIR/bwscan.V3BandwidthsFile
+
+
+$SCANNER_DIR/aggregate.py $SCANNER_DIR/data $SCANNER_DIR/data/bwscan.all
+
+cp $SCANNER_DIR/data/bwscan.all $TOR_DEST
+#scp $SCANNER_DIR/data/bwscan.all tor@xxxxxxxxxxxxx:/var/lib/tor/V3Bandwidths 
+


Property changes on: torflow/trunk/NetworkScanners/BwAuthority/cron.sh
___________________________________________________________________
Added: svn:mergeinfo
   +