mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			152 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			152 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# $Id: check-compat.sh,v 1.1 2010-10-24 00:42:04 tcunha Exp $
 | 
						|
 | 
						|
grep "#include" compat.h|while read line; do
 | 
						|
     grep "$line" *.[ch] compat/*.[ch]
 | 
						|
done
 |