Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 610 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 610 Bytes

pbr - Pastebin Rotation

Send stuff to various paste bin services.

The default mode is round-robin all available services.

Supported Paste Services

Usage

Pipe to pbr

echo foobar | pbr

Provide files as arguments to pbr

pbr ./log1 ./log2

Chose a service randomly instead of sequentially

export PBR_MODE=random

Similar Projects