5c43dbfabd
PR 46744 by Matthew Mondor. A Script that automates pasting to a number of pastebin services relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) and wget.
9 lines
177 B
Text
9 lines
177 B
Text
SERVICES="${SERVICES} lugons bpaste"
|
|
|
|
ENGINE_lugons=lodgeit
|
|
URL_lugons="https://paste.lugons.org/"
|
|
|
|
ENGINE_bpaste=lodgeit
|
|
URL_bpaste="http://bpaste.net"
|
|
|
|
DEFAULT_SERVICE=bpaste
|