Skip to content

Instantly share code, notes, and snippets.

@kaeawc
Last active September 18, 2020 15:01
Show Gist options
  • Save kaeawc/ee37f8e64260e8f63b10 to your computer and use it in GitHub Desktop.
Save kaeawc/ee37f8e64260e8f63b10 to your computer and use it in GitHub Desktop.
Decode base64-encoded gzipped tar file
base64 -D thefile | tar -xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment