This commit is contained in:
Craig Everett 2018-05-24 13:25:13 +09:00
parent e92d2b3153
commit 77f6c9b9f1
14 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#! /bin/sh
#!/bin/sh
set -x
ZOMP_DIR="$HOME/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"
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

View File

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
set -x