Files
Moon-UB-overver/start
2024-11-29 18:30:56 +05:30

10 lines
137 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