Skip to content

Instantly share code, notes, and snippets.

@sforteln
Created July 6, 2012 03:52
Show Gist options
  • Save sforteln/3057959 to your computer and use it in GitHub Desktop.
Save sforteln/3057959 to your computer and use it in GitHub Desktop.
mkdir temp
cp example.jar temp
cd temp
unzip example.jar
less META-INF/MANIFEST.MF
cd ../ rm -rf temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment