prod fixes
[disclosr.git] / documents / runScrapers.sh
1
2
3
for f in scrapers/*.py; do echo "Processing $f file.."; python $f; done