7 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			95 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
echo '#ifndef PARAMETERS_H'
 | 
						|
echo '#define PARAMETERS_H'
 | 
						|
grep -v '^!'
 | 
						|
echo '#endif'
 | 
						|
 |