notes-ing2/surete/tp_ltl/run.sh
2024-06-28 13:36:38 +02:00

12 lines
134 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
if ! [ -d venv ]
then ./setup.sh
fi
. venv/bin/activate
python src/product.py