changeset 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 388504e43bcf
files README.md
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
 ------