clean
This commit is contained in:
parent
8d78540c2d
commit
b0997231dc
1 changed files with 0 additions and 12 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue