Mercurial > zeropaste
comparison README.md @ 392:95bb6750003e
Update the latest domain/https.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 13 Jun 2015 08:41:51 +0900 |
parents | 62f2a4b27af6 |
children | c302c80dfa0c |
comparison
equal
deleted
inserted
replaced
378:e84276bf344a | 392:95bb6750003e |
---|---|
26 Misc | 26 Misc |
27 ---- | 27 ---- |
28 | 28 |
29 Pasting from CLI: | 29 Pasting from CLI: |
30 | 30 |
31 ...some commands... | curl 'http://0paste.com/pastes.txt' -F 'paste[paste]=<-' | 31 ...some commands... | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste]=<-' |
32 | 32 |
33 Or with gzip to save bandwidth: | 33 Or with gzip to save bandwidth: |
34 | 34 |
35 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[paste_gzip]=<-' | 35 ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[paste_gzip]=<-' |
36 | 36 |
37 Privately: | 37 Privately: |
38 | 38 |
39 ...some commands... | gzip | curl 'http://0paste.com/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' | 39 ...some commands... | gzip | curl 'https://0paste.tk/pastes.txt' -F 'paste[is_private]=1' -F 'paste[paste_gzip]=<-' |
40 | 40 |
41 Design | 41 Design |
42 ------ | 42 ------ |
43 | 43 |
44 Current design is a bit crap. Suggestions and actual designs are welcome. | 44 Current design is a bit crap. Suggestions and actual designs are welcome. |