9 lines
58 B
Bash
Executable File
9 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./01_get.sh
|
|
./02_build.sh
|
|
|
|
cd $SRC_DIR
|