4 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
# I am lazy -- Nico
 | 
						|
 | 
						|
autoheader && autoconf && ./configure && make
 |