Skip to content

Instantly share code, notes, and snippets.

@toshi75
Created April 13, 2024 07:15
Show Gist options
  • Save toshi75/7d19b33e7516a6878d0192b5159eb647 to your computer and use it in GitHub Desktop.
Save toshi75/7d19b33e7516a6878d0192b5159eb647 to your computer and use it in GitHub Desktop.
DL => unpack archive
curl -qkL "${URL}" |jar -xvf /dev/stdin # <= zip
|tar Jx # <= tar.xz
|unzstd - |tar x # <= tar.zst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment