summaryrefslogtreecommitdiffstats
path: root/accessibility/wgetpaste/wgetpaste.example
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-12 23:27:43 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-12 23:27:43 +0200
commita63b77bad6f21fda8c2e2b7613fdc959ac15d196 (patch)
tree1c5e802490401c7cbb3974f2511c639f95d02b84 /accessibility/wgetpaste/wgetpaste.example
parent5e1faf6411262e3e57ba7919c2e95f873e58cb24 (diff)
downloadslackbuilds-a63b77bad6f21fda8c2e2b7613fdc959ac15d196.tar.gz
slackbuilds-a63b77bad6f21fda8c2e2b7613fdc959ac15d196.tar.xz
accessibility/wgetpaste: Added to 12.2 repository
Diffstat (limited to 'accessibility/wgetpaste/wgetpaste.example')
-rw-r--r--accessibility/wgetpaste/wgetpaste.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.example b/accessibility/wgetpaste/wgetpaste.example
new file mode 100644
index 0000000000..9aface37da
--- /dev/null
+++ b/accessibility/wgetpaste/wgetpaste.example
@@ -0,0 +1,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"