aboutsummaryrefslogtreecommitdiff
path: root/misc/wcd/wcd.sh
diff options
context:
space:
mode:
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 0000000000000..ac91a9c49a5aa
--- /dev/null
+++ b/misc/wcd/wcd.sh
@@ -0,0 +1,4 @@
+wcd() {
+ /usr/bin/wcd "$@"
+ . ${WCDHOME:-${HOME}}/bin/wcd.go
+}