Mercurial > zeropaste
diff README.md @ 399:4bf12ecde0ee
Back to default.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 06 Sep 2015 03:53:34 +0900 |
parents | 95bb6750003e |
children | c302c80dfa0c |
line wrap: on
line diff
--- a/README.md Sun Sep 06 03:52:52 2015 +0900 +++ b/README.md Sun Sep 06 03:53:34 2015 +0900 @@ -28,15 +28,15 @@ Pasting from CLI: - ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' + ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-' Or with gzip to save bandwidth: - ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/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]=<-' + ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' Design ------