ub4tg/run

7 lines
100 B
Text
Raw Permalink Normal View History

2024-12-11 08:55:21 +02:00
#!/bin/sh
2024-12-13 21:25:29 +02:00
if [ -d "venv" ]; then
. venv/bin/activate && python3 ubot.py
else
python3 ubot.py
fi