10 lines
133 B
Bash
Executable file
10 lines
133 B
Bash
Executable file
set -ex
|
|
|
|
cd bar
|
|
${LAKE:-../../../build/bin/lake} build --update
|
|
cd ..
|
|
|
|
|
|
cd foo
|
|
${LAKE:-../../../build/bin/lake} build --update
|
|
cd ..
|