5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/h3r7/turf_scraper
|
|
source /home/h3r7/turf_scraper/venv/bin/activate
|
|
exec python3 combined_api.py
|