4 lines
111 B
Bash
Executable File
Vendored
4 lines
111 B
Bash
Executable File
Vendored
#!/usr/bin/env bash
|
|
# Should work if the env var is empty
|
|
clojure -M:test:$CLOJURE_ALIAS -m kaocha.runner "$@"
|