diff options
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/server/run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playground/server/run.sh b/playground/server/run.sh new file mode 100644 index 0000000..5b7cc98 --- /dev/null +++ b/playground/server/run.sh @@ -0,0 +1,4 @@ +#!/bin/bash
+
+export PYTHONPATH=../../src_py
+python -m opcut.main --ui-path ../../build/jsopcut
|
