Skip to content

Instantly share code, notes, and snippets.

@xlson
Created October 4, 2011 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlson/1261028 to your computer and use it in GitHub Desktop.
Save xlson/1261028 to your computer and use it in GitHub Desktop.
Generic run-script for a java app
#!/bin/sh
# Presumes this script is in the bin folder
HOME=`dirname $0`/..
cd $HOME
java -cp "lib/*" test.Main $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment