2017-11-15 12:55:00 -05:00

10 lines
69 B
Bash
Executable File

#!/bin/bash
SRC_DIR=$(pwd)
./01_get.sh
./02_build.sh
cd $SRC_DIR