Created
September 1, 2014 23:08
-
-
Save lmayorga1980/742ae29f96c295a72a6a to your computer and use it in GitHub Desktop.
7zip uncompress a .tar.gz in one line
This file contains 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
... | |
command => "cmd.exe /c 7z.exe x ${shared_drive}\\java\\${pkg}.tar.gz -so | 7z.exe x -aoa -si -ttar -o\"C:\\Program Files\\Java\" -y", | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment