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