5 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								git remote add upstream https://github.com/milisarge/malfs-milis.git
							 | 
						||
| 
								 | 
							
								git fetch upstream
							 | 
						||
| 
								 | 
							
								git pull upstream master
							 |