0x0 pastebin utility
Go to file
James Tomasino 57976bb328 install instructions 2018-08-14 23:43:31 -04:00
LICENSE added readme and licens 2018-08-14 23:28:59 -04:00
Makefile added makefile, help, and command completion 2018-08-14 23:42:09 -04:00
README.md install instructions 2018-08-14 23:43:31 -04:00
pb added makefile, help, and command completion 2018-08-14 23:42:09 -04:00
pb.1 added makefile, help, and command completion 2018-08-14 23:42:09 -04:00
pb.d added makefile, help, and command completion 2018-08-14 23:42:09 -04:00

README.md

pb calver status license

pb is a helper utility for using 0x0 pastebin services

Usage

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

Install

sudo make install

Note: On systems without admin access the binary can be run directly from the git repo, but will lack man support and command completion.

Uninstall

sudo make uninstall

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GPL3