5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			73 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| echo "commit message" >> "$1"
 | |
| echo "# comment" >> "$1"
 | |
| exit 0
 | |
| 
 |