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