3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			63 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
echo "Signed-off-by: foo <bar@frotz>" >> "$1"
 | 
						|
exit 0
 |