5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
java \
|
|
--class-path "$(dirname "0")/lib/*" \
|
|
clojure.main "$@"
|