Mercurial > zeropaste
changeset 227:c2a76a901e61
No need to base64.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 13 May 2013 13:20:01 +0900 |
parents | fb9909885d63 |
children | 4a79bc78e90e |
files | README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Mon May 13 13:19:33 2013 +0900 +++ b/README.md Mon May 13 13:20:01 2013 +0900 @@ -33,7 +33,7 @@ Or with gzip to save bandwidth: - ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' + ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' Design ------