bauen1 7a76cdc71f
Removed sh
This means that shebangs and executable flags will be respected
2017-11-13 21:29:00 +01:00

10 lines
77 B
Bash
Executable File

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