#!/bin/ash
export FLASK_APP=/web/aom_webapp.py
export FLASK_DEBUG=1
cd /web; flask run --host=0.0.0.0