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