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