10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SERVICES="${SERVICES} lugons bpaste"
|
||
|
|
||
|
ENGINE_lugons=lodgeit
|
||
|
URL_lugons="https://paste.lugons.org/"
|
||
|
|
||
|
ENGINE_bpaste=lodgeit
|
||
|
URL_bpaste="http://bpaste.net"
|