mirror of
				https://git.bakhai.co.in/FbIN/LibreY.git
				synced 2025-11-04 03:51:32 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			61 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
while true; do
 | 
						|
	git stash
 | 
						|
	git pull
 | 
						|
	sleep 60
 | 
						|
done
 |