initial version of code committed to git
[redirect-tools] / example / 01-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-xml -name '*7z' |wc -l)
5
6 condor_submit_util -x ./extract_redirects_wrapper.sh -i /dev/null -a '$(Process)' -n ${NUM_RUNS}

Benjamin Mako Hill || Want to submit a patch?