We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e7243 commit 842c213Copy full SHA for 842c213
README.md
@@ -53,6 +53,12 @@ pasteURL: https://privatebin.net/?649aa8c062d4ed4d#Gt3NoxrGF8Tck5j9bBrsuFjbEaCyE
53
deleteURL: https://privatebin.net/?pasteid=649aa8c062d4ed4d&deletetoken=b2dae42a762cf0b5e1dbf1fd5113356ba370218091668950c7f6a2d181a07ac6
54
```
55
56
+... or send a file with pipe to your own instance
57
+
58
+```bash
59
+cat README.md | privatebin send --url https://privatebin.your.domaine -o json -e 5min
60
+```
61
62
### Get command
63
64
```bash
0 commit comments