add cdw to cd to WRKSRC in a port

This commit is contained in:
Aaron Bieber 2020-07-19 07:37:53 -06:00
parent 0d606cb5fc
commit 6b9318464f

View File

@ -13,6 +13,10 @@ pclean() {
find . -size 0 -exec rm {} \;
}
cdw() {
cd $(make show=WRKSRC)
}
maintains() {
(
cd /usr/ports/*/$1 > /dev/null 2>&1 && \