5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
|
|
nix-shell -p python38
|
|
python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t
|