fb-client

Shell script client for uploading and sharing text to paste.xinu.at

brewmacoslinux
Try with needOr install directly
Source

About

Shell-script client for https://paste.xinu.at

Commands

fb-client

Examples

Upload a file to paste service$ fb-client < myfile.txt
Pipe command output directly to paste service$ echo 'Hello World' | fb-client
Upload file and copy URL to clipboard$ fb-client < script.sh | pbcopy