This commit is contained in:
JOLIMAITRE Matthieu 2024-06-29 19:20:12 +02:00
parent 8d78540c2d
commit b0997231dc

View file

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