summaryrefslogtreecommitdiffstats
path: root/misc/wcd/wcd.sh
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-12-19 19:24:31 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:34 +0700
commitc672db15b7b1dd8d70997324e681a57c48d8bf5b (patch)
tree62103a1e39d07c11b89c455b3e8d72ae5fb04eeb /misc/wcd/wcd.sh
parentc1c486d79b3e5144f0a0bde4aa5ca29e2e721ba2 (diff)
downloadslackbuilds-c672db15b7b1dd8d70997324e681a57c48d8bf5b.tar.gz
slackbuilds-c672db15b7b1dd8d70997324e681a57c48d8bf5b.tar.xz
misc/wcd: Updated for version 6.0.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc/wcd/wcd.sh')
-rw-r--r--misc/wcd/wcd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/wcd/wcd.sh b/misc/wcd/wcd.sh
new file mode 100644
index 0000000000..ac91a9c49a
--- /dev/null
+++ b/misc/wcd/wcd.sh
@@ -0,0 +1,4 @@
+wcd() {
+ /usr/bin/wcd "$@"
+ . ${WCDHOME:-${HOME}}/bin/wcd.go
+}