4 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
echo "# this is a new comment" >> "$1"
 | 
						|
echo "# and so is this" >> "$1"
 | 
						|
exit 0
 |