3 lines
94 B
Bash
Executable file
3 lines
94 B
Bash
Executable file
set -ex
|
|
${LAKE:-../../build/bin/lake} run greet
|
|
${LAKE:-../../build/bin/lake} run greet -- me
|