This commit is contained in:
2018-05-24 13:25:13 +09:00
parent e92d2b3153
commit 77f6c9b9f1
14 changed files with 4 additions and 4 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
set -x
ZOMP_DIR="$HOME/vcs/zx/zomp"
ORIGIN="$(pwd)"
VERSION="$(ls $ZOMP_DIR/lib/otpr-zx/ | sort --field-separator=. --reverse | head --lines=1)"
ZX_DIR="$ZOMP_DIR/lib/otpr-zx/$VERSION"
cd "$ZX_DIR"
./zmake
cd "$ZOMP_DIR"
erl -pa "$ZX_DIR/ebin" -run zx start $@