5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
export DB_PATH=/home/h3r7/turf_scraper/turf.db
|
|
export TURF_DIR=/home/h3r7/turf_scraper
|
|
python3 /home/h3r7/turf_scraper/pmu_results.py
|