#!/bin/sh FLASK_APP=unmess FLASK_ENV=development flask run -h ::1 "$@"