13 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/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/
 | 
