7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			162 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
sync_directory=/home/$(whoami)/.sync
 | 
						|
client_type="desktop" # change to server if needed
 |