6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh -eu
|
|
|
|
CMDD=$(dirname $(realpath $0))
|
|
cd $(dirname "${CMDD}")
|
|
python -m scrapy runspider src/instances.py
|