#!/bin/bash APP_PATH=${PWD/%bin} export FLASK_APP=${APP_PATH}/myCar.py echo "execute application from: ${FLASK_APP}" flask run exit 0