#!/bin/env bash

export FLASK_APP=rbwriter
export FLASK_ENV=production

flask run $@