# HG changeset patch # User Edho Arief # Date 1368418853 -32400 # Node ID 4a79bc78e90eaff26f6e12ea4f116dfb6a5e9d55 # Parent c2a76a901e61b54404bad7c0a5ac6bc97be81fce Hint for private paste curl diff -r c2a76a901e61 -r 4a79bc78e90e README.md --- a/README.md Mon May 13 13:20:01 2013 +0900 +++ b/README.md Mon May 13 13:20:53 2013 +0900 @@ -35,6 +35,10 @@ ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' +Privately: + + ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' + Design ------