10 lines
69 B
Bash
Executable File

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