updated url to new homepage
[redirect-tools] / example / 02-condor_invoke_script.sh
index 6ff7644f652a04a047d7035f1948544bf275f1d9..8544132767782a31f875e92ca9e3e59e0cdfaf85 100755 (executable)
@@ -3,5 +3,5 @@
 DATA_DIR="/nfs/home/B/bhill/shared_space/barnstar"
 NUM_RUNS=$(find ${DATA_DIR}/wp-enwiki-redir -name '*tsv.bz2' |wc -l)
 
-condor_submit_util -i redir-edits_to_spells.R -a '--no-restore --no-save --args $(Process)' -n ${NUM_RUNS}
+condor_submit_util -i 02-generate_spells_cluster.R -a '--no-restore --no-save --args $(Process)' -n ${NUM_RUNS}
 

Benjamin Mako Hill || Want to submit a patch?