]> git.armaanb.net Git - bin.git/blob - email
xsel: new script
[bin.git] / email
1 #!/usr/bin/sh -e
2
3 session_key=$(bw unlock --raw)
4 export personal=$(bw get password login.mailbox.org --session $session_key)
5 export school=$(bw get password gmail-otp --session $session_key)
6
7 mbsync -a -c ~/.config/mbsync/mbsyncrc
8 mutt
9