wgetpaste: new package
This commit is contained in:
parent
f41293aadb
commit
ccb6496890
2 changed files with 43 additions and 0 deletions
17
srcpkgs/wgetpaste/files/wgetpaste.example
Normal file
17
srcpkgs/wgetpaste/files/wgetpaste.example
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/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"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue