mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
c672db15b7
Signed-off-by: B. Watson <yalhcru@gmail.com>
4 lines
63 B
Bash
4 lines
63 B
Bash
wcd() {
|
|
/usr/bin/wcd "$@"
|
|
. ${WCDHOME:-${HOME}}/bin/wcd.go
|
|
}
|