10 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			132 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
remote_repository=""
 | 
						|
ssh_key=""
 | 
						|
ssh_options=""
 | 
						|
 | 
						|
exlist=""
 |