Skip to content

Instantly share code, notes, and snippets.

@kaeawc
Last active February 21, 2025 10:26
Show Gist options
  • Select an option

  • Save kaeawc/ee37f8e64260e8f63b10 to your computer and use it in GitHub Desktop.

Select an option

Save kaeawc/ee37f8e64260e8f63b10 to your computer and use it in GitHub Desktop.
Decode base64-encoded gzipped tar file
base64 -D thefile | tar -xz
@CocoEC

CocoEC commented Feb 21, 2025

Copy link
Copy Markdown

It's base64 -d thefile | tar -xz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment