aboutsummaryrefslogtreecommitdiff
path: root/playground/server
diff options
context:
space:
mode:
Diffstat (limited to 'playground/server')
-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 \
+ $*