headed/headless dev scripts, runlocal works again

This commit is contained in:
2018-05-30 23:25:20 +09:00
parent 9441c7a879
commit 7062ffe747
8 changed files with 471 additions and 342 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$VERSION"
pushd "$ZX_DIR" > /dev/null
./make_zx
popd > /dev/null
erl -pa "$ZX_DIR/ebin" -run zx run $@
erl -noshell -pa "$ZX_DIR/ebin" -run zx do $@