mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-12 09:58:54 +01:00
5 lines
63 B
Bash
5 lines
63 B
Bash
|
wcd() {
|
||
|
/usr/bin/wcd "$@"
|
||
|
. ${WCDHOME:-${HOME}}/bin/wcd.go
|
||
|
}
|