9 lines
114 B
Bash
Executable file
9 lines
114 B
Bash
Executable file
set -ex
|
|
|
|
LAKE=${LAKE:-../../build/bin/lake}
|
|
|
|
./clean.sh
|
|
|
|
$LAKE exe hello
|
|
$LAKE exe hello Bob Bill
|
|
build/bin/hello
|