7 lines
153 B
Bash
7 lines
153 B
Bash
#!/usr/bin/env bash
|
|
|
|
file_name='profile.zip'
|
|
save_path="" # Set your "repository" here
|
|
firefox_data_path="$HOME/.mozilla/firefox"
|
|
profile_name='profile'
|