3 lines
71 B
Bash
Executable file
3 lines
71 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -x
|
|
clojure -Srepro -M:kaocha:test"$1" "${@:2}"
|