ub4tg/run
2024-12-13 22:25:29 +03:00

6 lines
100 B
Bash
Executable file

#!/bin/sh
if [ -d "venv" ]; then
. venv/bin/activate && python3 ubot.py
else
python3 ubot.py
fi