diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:08:48 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:08:48 +0200 |
| commit | ed9f4f8991f4e8b31270dbbf17215732d73c9e37 (patch) | |
| tree | b90b09f4270ee090627e1f24dfa0c50cabdf7320 /playground/server/run.sh | |
| parent | 8daf24776f21e4cb36c7e545d74438fe6d9f0a15 (diff) | |
simple web app
Diffstat (limited to 'playground/server/run.sh')
| -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
|
