mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
5 lines
110 B
Bash
5 lines
110 B
Bash
#!/bin/bash
|
|
pwds='gpg --decrypt ~/.config/Scripts/DELET'
|
|
eval "$pwds"
|
|
exec mutt -F ~/.config/mutt/muttrc "$@"
|