Skip to content

Instantly share code, notes, and snippets.

@krsmes
Created June 16, 2011 12:56
Show Gist options
  • Save krsmes/1029184 to your computer and use it in GitHub Desktop.
Save krsmes/1029184 to your computer and use it in GitHub Desktop.
dynamically create a java classpath with all jars in current and lib/ directory
-cp `echo *.jar lib/*.jar | sed 's/ /:/g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment