4 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			123 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/bash
 | |
| git remote add upstream https://github.com/yakar/milis-builder.git
 | |
| git fetch upstream
 | |
| git pull upstream master
 |