lean4-htt/examples/hello/test.sh

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