13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
|
#!/bin/sh
|
||
|
ugrep \
|
||
|
--exclude-dir=CVS \
|
||
|
--exclude-dir=pobj \
|
||
|
--exclude-dir=plist \
|
||
|
--exclude-dir=logs \
|
||
|
--exclude-dir=distfiles \
|
||
|
--include=Makefile \
|
||
|
--include='patch-*' \
|
||
|
--recursive \
|
||
|
"$@" \
|
||
|
/usr/ports/
|