Files
scrapers/scripts/run_govt.sh

16 lines
277 B
Bash
Raw Normal View History

2025-11-30 16:29:50 -05:00
#!/bin/bash
SCRIPTDIR=/var/www/digisnaxx.ado/api.digisnaxx/events/scrapers/scripts
GOVTDIR=/var/www/digisnaxx.ado/api.digisnaxx/events/scrapers/Working/govt
cd $GOVTDIR
for file in *
do
python "$file" $1
echo "SCRIPT COMPLETE"
done
cd $SCRIPTDIR
pwd
2026-01-24 19:01:47 -05:00
python clean_up.py