1 2 3 4 5 6 7 8 9
#!/bin/sh # # Run scraperwiki scrapers with a fake scraperwiki library, to allow # the scrapers to be tested locally. file=$1 export PYTHONPATH=`pwd`/testlib python $file