8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
|
#!/bin/sh
|
||
|
ugrep --exclude-dir="CVS" \
|
||
|
--exclude-dir="pobj" \
|
||
|
--exclude-dir="distfiles" \
|
||
|
--recursive \
|
||
|
"$@" \
|
||
|
/usr/ports/
|