10 lines
181 B
Bash
Executable File
10 lines
181 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
CMDD=$(dirname $(realpath $0))
|
|
|
|
cd $(dirname "${CMDD}") # spider must run from app folder
|
|
|
|
python -m scrapy runspider src/instances.py
|
|
|
|
${CMDD}/refresh_day_stats.sh
|