4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
nix-shell -p python3 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"
|