Create bundle.sh

This commit is contained in:
Michael McMahon 2017-11-13 17:24:34 -05:00 committed by GitHub
parent 4dedabf93d
commit 198617643a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
#!/bin/sh
SRC_DIR=$(pwd)
./01_get.sh
./02_build.sh
cd $SRC_DIR