Adjust dev scripts. Make interaction better.

This commit is contained in:
2018-06-01 18:46:37 +09:00
parent aaf4ec124c
commit 1e6132f7e5
9 changed files with 460 additions and 271 deletions
Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
pushd $(dirname $BASH_SOURCE) > /dev/null
ZX_DEV_ROOT=$PWD
popd > /dev/null
ZOMP_DIR="$ZX_DEV_ROOT/tester"
rm -rf "$ZOMP_DIR"
cp -r "$ZX_DEV_ROOT/zomp" "$ZOMP_DIR"
echo "Done. Make sure to export \"export ZOMP_DIR=$ZOMP_DIR\" before running zx"