| 1 | #!/bin/sh |
| 2 | # |
| 3 | # Author: Dominic Reich <quick.hat4396@qtztsjosmprqmgtunjyf.com> |
| 4 | |
| 5 | exec alacritty --title Newmail -e neomutt "$@" |
| 6 |
dominic / mailtomutt.sh
Last active 4 months ago
Last active 4 months ago
| 1 | #!/bin/sh |
| 2 | # |
| 3 | # Author: Dominic Reich <quick.hat4396@qtztsjosmprqmgtunjyf.com> |
| 4 | |
| 5 | exec alacritty --title Newmail -e neomutt "$@" |
| 6 |