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