#!/bin/sh # For running from the cmdline in Debug Mode FLASK_APP=app FLASK_ENV=development flask "$@"