Files
userbot/start
T
2025-11-11 01:39:53 +01:00

10 lines
139 B
Bash

#!/usr/bin/env bash
if [ -d ".venv" ]; then
. .venv/bin/activate
elif [ -d "venv" ]; then
. venv/bin/activate
fi
python3 main.py