add cdw to cd to WRKSRC in a port
This commit is contained in:
parent
0d606cb5fc
commit
6b9318464f
@ -13,6 +13,10 @@ pclean() {
|
||||
find . -size 0 -exec rm {} \;
|
||||
}
|
||||
|
||||
cdw() {
|
||||
cd $(make show=WRKSRC)
|
||||
}
|
||||
|
||||
maintains() {
|
||||
(
|
||||
cd /usr/ports/*/$1 > /dev/null 2>&1 && \
|
||||
|
Loading…
Reference in New Issue
Block a user