Files
Moon-UB-overver/start
2024-11-29 21:37:26 +05:30

10 lines
139 B
Bash
Executable File

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