8 lines
		
	
	
		
			90 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			90 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| _thing="$(readlink -f $1)"
 | |
| _remote="$2"
 | |
| 
 | |
| 
 | |
| rsync -arvP $_think $_remote:$_thing
 | 
