From 0506a0205f9b4543730f2ba19969681a8f21939c Mon Sep 17 00:00:00 2001 From: Diego Blanco Date: Tue, 17 Sep 2024 13:26:03 +0200 Subject: [PATCH] Added script to easily launch the app --- app-launch.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 app-launch.sh diff --git a/app-launch.sh b/app-launch.sh new file mode 100755 index 0000000..33dcd61 --- /dev/null +++ b/app-launch.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +cd "`dirname "$0"`" || exit 1 +. env/bin/activate +python app.py