Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created January 15, 2013 18:17
Show Gist options
  • Save joshuakfarrar/4540674 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/4540674 to your computer and use it in GitHub Desktop.
[zipp@kerrigan ~]# echo "Hello world" >> derp
[zipp@kerrigan ~]# gzip -c derp | base64 > out
[zipp@kerrigan ~]# cat out
H4sICHXi9VAAA2RlcnAA80jNyclXKM8vyknhAgDV4Dm3DAAAAA==
[zipp@kerrigan ~]# cat out | base64 -d | gunzip
Hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment