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