nightloader/build.sh

12 lines
78 B
Bash
Executable File

#!/bin/env bash
cd stage_1
./build.sh
cd ../
cd stage_2
./build.sh
cd ../