diff options
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/conf.yaml | 3 | ||||
| -rwxr-xr-x | playground/run.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/playground/conf.yaml b/playground/conf.yaml new file mode 100644 index 0000000..efee9fe --- /dev/null +++ b/playground/conf.yaml @@ -0,0 +1,3 @@ +--- +repositories: [] +... diff --git a/playground/run.sh b/playground/run.sh new file mode 100755 index 0000000..7302d7b --- /dev/null +++ b/playground/run.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +PYTHONPATH="../src_py" python -m hatter.main -c conf.yaml --web-path ../build/jshatter $* |
