13 lines
123 B
Bash
Executable File
13 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git submodule update --recursive --init
|
|
|
|
pushd Waterfall
|
|
|
|
./applyPatches.sh
|
|
|
|
popd
|
|
|
|
./applyPatches.sh
|
|
|