mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
57c0e90975
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
382 B
Bash
16 lines
382 B
Bash
#!/bin/bash
|
|
|
|
# add this to /etc/wgetpaste.conf or ~/.wgetpaste.conf to set some defaults
|
|
|
|
# set default nick
|
|
DEFAULT_NICK=zlin
|
|
|
|
# change the default service
|
|
DEFAULT_SERVICE="dpaste"
|
|
|
|
# change default language for the ca and the osl services
|
|
DEFAULT_LANGUAGE_ca="Bash"
|
|
DEFAULT_LANGUAGE_osl="Diff"
|
|
|
|
# change default expiration period for the ca service
|
|
DEFAULT_EXPIRATION_ca="1 week"
|