first push
This commit is contained in:
17
scripts/run_govt.sh
Normal file
17
scripts/run_govt.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASEDIR=/var/www/digisnaxx.ado/api.digisnaxx
|
||||
EVENTSDIR=/var/www/digisnaxx.ado/api.digisnaxx/events
|
||||
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
|
||||
python clean_up.py
|
||||
Reference in New Issue
Block a user