Created
June 17, 2014 09:53
-
-
Save hanxue/b1eb940115d0d3e448aa to your computer and use it in GitHub Desktop.
Extract file from within jar archive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This will extract the file MANIFEST.MF in directory META-INF, inside the sbt-launcher.jar file | |
| $ unzip -p /usr/local/opt/sbt/libexec/sbt-launch.jar META-INF/MANIFEST.MF | |
| Manifest-Version: 1.0 | |
| Implementation-Vendor: org.scala-sbt | |
| Implementation-Title: Launcher | |
| Implementation-Version: 0.13.2 | |
| Implementation-Vendor-Id: org.scala-sbt | |
| Specification-Vendor: org.scala-sbt | |
| Specification-Title: Launcher | |
| Specification-Version: 0.13.2 | |
| Main-Class: xsbt.boot.Boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment