4 lines
174 B
Bash
Executable file
4 lines
174 B
Bash
Executable file
#!/bin/bash
|
|
cd /Users/kempersc/apps/glam
|
|
python3 /tmp/scrape_conabip_full.py > /tmp/scraper_output.log 2>&1
|
|
echo "Scrape complete! Check /tmp/scraper_output.log for details"
|