# HG changeset patch # User Edho Arief # Date 1352175407 -25200 # Node ID de4ce9ce1cc13128b24d387efe394f3b740f0b9d # Parent 0f206bd4924fdf2d13d849e00216bc37e2aedfbb Added documentation on posting with gzip. diff -r 0f206bd4924f -r de4ce9ce1cc1 README.md --- 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]=<-'