Ensure any command line parameters are passed on to the app

This commit is contained in:
Devon Mackay 2018-05-30 15:15:08 -04:00
parent 62c36cd516
commit 2c2ffea1a2

View File

@ -10,4 +10,4 @@ cd "$(dirname "$0")/.."
source .venv/bin/activate
# Launch the app
python3 app.py
python3 app.py $@