Skip to content

Instantly share code, notes, and snippets.

@mayhem
Created May 15, 2012 07:06
Show Gist options
  • Save mayhem/2699683 to your computer and use it in GitHub Desktop.
Save mayhem/2699683 to your computer and use it in GitHub Desktop.
#!/bin/sh
exec java \
-Xmx512M \
-jar "$JAR" \
--test
--db-host localhost \
--db-name musicbrainz_db \
--db-user musicbrainz \
--db-password musicbrainz \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment