7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
ugrep --exclude-dir="CVS" \
|
||
|
--include="PLIST*" \
|
||
|
--recursive \
|
||
|
"$@" \
|
||
|
/usr/ports/
|