prod fixes
[disclosr.git] / documents / runScrapers.sh
blob:a/documents/runScrapers.sh -> blob:b/documents/runScrapers.sh
for f in scrapers/*.py; do echo "Processing $f file.."; python $f; done for f in scrapers/*.py;
  do echo "Processing $f file..";
  python $f;
  if [ "$?" -ne "0" ]; then
  echo "error";
  sleep 2;
  fi
  done