leiningen/resources/script-template
Phil Hagelberg e55e90c117 Quote around the default shell wrapper's $@.
Thanks to Steve Gilardi for pointing this out.
2010-08-30 20:36:46 -07:00

6 lines
142 B
Bash

#!/bin/sh
CLASSPATH="%s"
java -cp "$CLASSPATH" $JAVA_OPTS \
clojure.main -e "(use '%s)(apply -main *command-line-args*)" /dev/null "$@"