Mercurial > zeropaste
comparison README.md @ 227:c2a76a901e61
No need to base64.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 13 May 2013 13:20:01 +0900 |
parents | de168fde2df2 |
children | 4a79bc78e90e |
comparison
equal
deleted
inserted
replaced
226:fb9909885d63 | 227:c2a76a901e61 |
---|---|
31 | 31 |
32 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' | 32 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' |
33 | 33 |
34 Or with gzip to save bandwidth: | 34 Or with gzip to save bandwidth: |
35 | 35 |
36 ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' | 36 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' |
37 | 37 |
38 Design | 38 Design |
39 ------ | 39 ------ |
40 | 40 |
41 Current design is a bit crap. Suggestions and actual designs are welcome. | 41 Current design is a bit crap. Suggestions and actual designs are welcome. |