10 lines
258 B
Bash
Executable File
10 lines
258 B
Bash
Executable File
#! /bin/zsh
|
|
|
|
enpass-cli -vault="$HOME/.local/share/Enpass/Enpass/Vaults/primary" -sort copy "Firefox"
|
|
|
|
firefox "https://accounts.firefox.com/signin?action=email&service=sync" &
|
|
|
|
read -s -k $'?Press enter when you have synced Firefox...\n'
|
|
|
|
echo "" | wl-copy
|