Skip to content

Instantly share code, notes, and snippets.

@netj
Created May 29, 2013 02:06
Show Gist options
  • Save netj/5667502 to your computer and use it in GitHub Desktop.
Save netj/5667502 to your computer and use it in GitHub Desktop.
#!/bin/sh
Self=`readlink -f "$0"`
Here=`dirname "$Self"`
#
# Add extra JVM options here
#
OPTS="-Xms64m -Xmx256m"
java $OPTS -Djava.ext.dirs="$Here"/lib org.carrot2.labs.smartsprites.SmartSprites "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment