Update bundle.sh

This commit is contained in:
Michael McMahon 2017-11-14 17:18:48 -05:00 committed by GitHub
parent cbdaa63284
commit 116ef1db4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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