trilium/run.sh
2017-05-22 20:43:45 -04:00

6 lines
66 B
Bash

#!/bin/sh
export FLASK_DEBUG=1
export FLASK_APP=app.py
flask run