8 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			226 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
backups_directory="$HOME/firefox" # FIXME make sure you change this parameter
 | 
						|
firefox_data_path="$HOME/.mozilla/firefox"
 | 
						|
profile_name='profile'
 |