pastebinit

Send text and files to pastebin services from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Send things to pastebin from the command-line

Commands

pastebinit

Examples

Paste the contents of a file to pastebin$ pastebinit < myfile.txt
Pipe command output directly to pastebin$ cat /var/log/system.log | pastebinit
Paste a file and specify a pastebin service$ pastebinit -b https://paste.ubuntu.com myfile.txt