Skip to content

Commit 842c213

Browse files
authored
doc(README) : Send a whole file with pipe (#101)
Give an example on how to send a whole file to a custom privatebin instance
1 parent 15e7243 commit 842c213

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ pasteURL: https://privatebin.net/?649aa8c062d4ed4d#Gt3NoxrGF8Tck5j9bBrsuFjbEaCyE
5353
deleteURL: https://privatebin.net/?pasteid=649aa8c062d4ed4d&deletetoken=b2dae42a762cf0b5e1dbf1fd5113356ba370218091668950c7f6a2d181a07ac6
5454
```
5555

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+
5662
### Get command
5763

5864
```bash

0 commit comments

Comments
 (0)