6 lines
204 B
Bash
Executable File
6 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
# Daily HBS scrape + lige refresh
|
|
cd /opt/pgz-sport/scrapers
|
|
python3 hbs_scraper.py >> /opt/pgz-sport/_logs/hbs_cron.log 2>&1
|
|
python3 /tmp/b3.py >> /opt/pgz-sport/_logs/hbs_lige_cron.log 2>&1
|