5 lines
No EOL
80 B
Bash
5 lines
No EOL
80 B
Bash
#!/bin/bash
|
|
source /env
|
|
sleep 2
|
|
|
|
python3 /get_price.py >> /var/log/cron.log 2>&1 |