Skip to content

Instantly share code, notes, and snippets.

@lmayorga1980
Created September 1, 2014 23:08
Show Gist options
  • Save lmayorga1980/742ae29f96c295a72a6a to your computer and use it in GitHub Desktop.
Save lmayorga1980/742ae29f96c295a72a6a to your computer and use it in GitHub Desktop.
7zip uncompress a .tar.gz in one line
...
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