Mercurial > zeropaste
diff README.md @ 89:de4ce9ce1cc1
Added documentation on posting with gzip.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 06 Nov 2012 11:16:47 +0700 |
parents | f43b4d5400ac |
children | 7a514c733e6c |
line wrap: on
line diff
--- a/README.md Tue Nov 06 11:14:32 2012 +0700 +++ b/README.md Tue Nov 06 11:16:47 2012 +0700 @@ -25,3 +25,7 @@ Pasting from CLI: ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' + +Or with gzip to save bandwidth: + + ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-'