aboutsummaryrefslogtreecommitdiff
path: root/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/launch.sh b/launch.sh
new file mode 100755
index 0000000..ab81ae7
--- /dev/null
+++ b/launch.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+DIRNAME=$(dirname $(readlink -f $0))
+cd ${DIRNAME}
+${DIRNAME}/venv/bin/python ${DIRNAME}/main.py
+cd /