diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-07-28 01:43:55 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-07-29 00:01:57 +0200 |
| commit | 1e874e790c12839695761a654b44fb427149a353 (patch) | |
| tree | 6942441ac511ec1417b2434b111101fa8d7f7e68 /playground/build.sh | |
init
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..afd3f13 --- /dev/null +++ b/playground/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +. $(dirname -- "$0")/env.sh + +cd $ROOT_PATH +exec $PYTHON -m doit build |
