#!/bin/bash export FLASK_APP=myCar.py export FLASK_ENV=development flask run exit 0