#!/bin/bash [ ! -f .env ] || export $(grep -v '^#' .env | xargs) flask --app src.wsgi --debug run