8 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			76 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| sed -e 's/|$//' >>"$1" <<\EOF
 | |
| 
 | |
|  |
 | |
| commit message  	 |
 | |
| 
 | |
| EOF
 | |
| exit 0
 |