6 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								set -e
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								cd ~/Maildir
							 | 
						||
| 
								 | 
							
								git add .
							 | 
						||
| 
								 | 
							
								git commit -a -m "Update $(date +%F-%H:%M)" --quiet
							 |