2025-02-16 12:38:35 +02:00

10 lines
74 B
Bash

#!/bin/bash
. ./.venv/bin/activate
python ./main.py
deactivate
exit 0