tp surete
This commit is contained in:
parent
bf19b0b29a
commit
6c365cfbbc
17 changed files with 1208 additions and 0 deletions
12
surete/tp_ltl/run.sh
Executable file
12
surete/tp_ltl/run.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
if ! [ -d venv ]
|
||||
then ./setup.sh
|
||||
fi
|
||||
. venv/bin/activate
|
||||
|
||||
|
||||
python src/product.py
|
Loading…
Add table
Add a link
Reference in a new issue