lean4-htt/examples/scripts/test.sh

5 lines
200 B
Bash
Executable file

set -ex
${LAKE:-../../build/bin/lake} run greet
${LAKE:-../../build/bin/lake} run greet -- me
${LAKE:-../../build/bin/lake} run greet -h
${LAKE:-../../build/bin/lake} run nonexistant && false || true