summaryrefslogtreecommitdiffstats
path: root/accessibility/wgetpaste/wgetpaste.example
blob: 9aface37da7a99963197065fa4a782d72fe20627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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="zlin"

# 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"