EO_Info_bot/start.sh
2025-11-01 10:25:24 +02:00

12 lines
106 B
Bash
Executable File

#!/bin/bash
cd /home/das/app/EO_info_bot
. ./.venv/bin/activate
python ./get_eo.py
deactivate
exit 0