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