comparison README.md @ 228:4a79bc78e90e

Hint for private paste curl
author Edho Arief <edho@myconan.net>
date Mon, 13 May 2013 13:20:53 +0900
parents c2a76a901e61
children 0b5f83d99c54
comparison
equal deleted inserted replaced
227:c2a76a901e61 228:4a79bc78e90e
33 33
34 Or with gzip to save bandwidth: 34 Or with gzip to save bandwidth:
35 35
36 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' 36 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-'
37 37
38 Privately:
39
40 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-'
41
38 Design 42 Design
39 ------ 43 ------
40 44
41 Current design is a bit crap. Suggestions and actual designs are welcome. 45 Current design is a bit crap. Suggestions and actual designs are welcome.