4 lines
136 B
Bash
Executable file
4 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
|
|
EMAIL=$(pass Email/protonmail | grep BridgeUsername | cut -d':' -f2)
|
|
~/.bin/emails/MIMEmbellish | msmtp --user "$EMAIL" "$@"
|