aboutsummaryrefslogtreecommitdiff
path: root/playground/server/run.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2019-04-08 22:47:10 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2019-04-08 22:47:10 +0200
commitf53913389fa435d26307075bf5dab3675b1f17c4 (patch)
treef70d5fd95070b6f1f5f427d2d43da7f77d000efa /playground/server/run.sh
parent07dae145e814856c8f38f407d91a033b233c081d (diff)
dependencies update & minor fixes
Diffstat (limited to 'playground/server/run.sh')
-rwxr-xr-xplayground/server/run.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/playground/server/run.sh b/playground/server/run.sh
index f4635b2..3db7a13 100755
--- a/playground/server/run.sh
+++ b/playground/server/run.sh
@@ -1,4 +1,5 @@
#!/bin/bash
-export PYTHONPATH=../../src_py
-python -m opcut.main server --ui-path ../../build/jsopcut
+PYTHONPATH=../../src_py python -m opcut server \
+ --ui-path ../../build/jsopcut \
+ $*