mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-16 11:55:50 +00:00
28 lines
859 B
Markdown
28 lines
859 B
Markdown
pb   
|
|
------
|
|
|
|
**pb** is a helper utility for using 0x0 pastebin services
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
pb [options] filename
|
|
or
|
|
(command-with-stdout) | pb
|
|
|
|
Uploads a file or data to the tilde 0x0 paste bin
|
|
|
|
OPTIONAL FLAGS:
|
|
-h Show this help
|
|
-v Show current version number
|
|
-f Explicitly interpret stdin as filename
|
|
-s server_address Use alternative pastebin server address
|
|
```
|
|
|
|
## Contributing
|
|
|
|
Pull requests are welcome. For major changes, please open an issue first to
|
|
discuss what you would like to change.
|
|
|
|
## License
|
|
[GPL3](LICENSE)
|