| 
					
				 | 
			
			
				@@ -1,12 +1,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #!/bin/bash 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # relpath 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-source ../bash/functions  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+script_dir="$( dirname "${BASH_SOURCE[0]}" )" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+source ${script_dir}/../bash/functions  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 link_path="$HOME/.screenrc" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 target_name="screenrc" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-script_dir="$( dirname "${BASH_SOURCE[0]}" )" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 target_path="$( relpath "${script_dir}/${target_name}" "$(dirname "${link_path}")" )" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 if [ -e "${link_path}" ]; then 
			 |