added homepage and readme
[redirect-tools] / example / 02-condor_invoke_script.sh
1 #!/bin/bash -x
2
3 DATA_DIR="/nfs/home/B/bhill/shared_space/barnstar"
4 NUM_RUNS=$(find ${DATA_DIR}/wp-enwiki-redir -name '*tsv.bz2' |wc -l)
5
6 condor_submit_util -i 02-generate_spells_cluster.R -a '--no-restore --no-save --args $(Process)' -n ${NUM_RUNS}
7

Benjamin Mako Hill || Want to submit a patch?