10 lines
69 B
Bash
Executable File
10 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SRC_DIR=$(pwd)
|
|
|
|
./01_get.sh
|
|
./02_build.sh
|
|
|
|
cd $SRC_DIR
|
|
|