forked from GNUsocial/gnu-social
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/usr/bin/env bash | ||
|  | 
 | ||
|  | find Auth Tests \ | ||
|  |     -name _darcs -prune -o \ | ||
|  |     \( -type f \ | ||
|  |     -a -name \*.php \ | ||
|  |     -a ! -name .\* \ | ||
|  |     \) | grep -v Tests |