Mercurial > zeropaste
comparison README.md @ 102:7a514c733e6c
A note about current design.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 12 Nov 2012 11:12:20 +0700 |
parents | de4ce9ce1cc1 |
children | de168fde2df2 |
comparison
equal
deleted
inserted
replaced
101:17f682a53b13 | 102:7a514c733e6c |
---|---|
27 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' | 27 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' |
28 | 28 |
29 Or with gzip to save bandwidth: | 29 Or with gzip to save bandwidth: |
30 | 30 |
31 ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' | 31 ...some commands... | gzip | openssl base64 | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip_base64]=<-' |
32 | |
33 Design | |
34 ------ | |
35 | |
36 Current design is a bit crap. Suggestions and actual designs are welcome. |