add little run helper script

This commit is contained in:
James Ravenscroft 2023-07-09 14:22:20 +00:00
parent 95662f180e
commit 8cc5482422
1 changed files with 2 additions and 0 deletions

2
run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
FLASK_APP=microcosm.wsgi:app flask run --port 10183