diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-03-27 04:28:55 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-03-27 04:28:55 +0200 |
| commit | 81e0cbc034e594c73a38202afc0676b3522c6b46 (patch) | |
| tree | b2485f78cfe1bcdd01f5b44881d5836413e2b7c2 /playground/build.sh | |
| parent | 4fafac0f069b7f3683fc7369e9bfea1b54438ac3 (diff) | |
WIP server
Diffstat (limited to 'playground/build.sh')
| -rwxr-xr-x | playground/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playground/build.sh b/playground/build.sh new file mode 100755 index 0000000..92f39f8 --- /dev/null +++ b/playground/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +. $(dirname -- "$0")/env.sh + +cd $ROOT_PATH +exec $PYTHON -m doit json_schema_repo scss |
