forked from GNUsocial/gnu-social
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
for file in `./admin/findallphp`
 | 
						|
  do php -l $file
 | 
						|
done
 |