Skip to content

Instantly share code, notes, and snippets.

@overholt
Created August 19, 2011 18:15
Show Gist options
  • Save overholt/1157562 to your computer and use it in GitHub Desktop.
Save overholt/1157562 to your computer and use it in GitHub Desktop.
List what's in a p2 repo
#!/bin/sh
eclipse -consolelog -nosplash -application org.eclipse.equinox.p2.director -repository $1 -list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment