mailtomutt.sh
· 125 B · Bash
Raw
#!/bin/sh
#
# Author: Dominic Reich <[email protected]>
exec alacritty --title Newmail -e neomutt "$@"
1 | #!/bin/sh |
2 | # |
3 | # Author: Dominic Reich <[email protected]> |
4 | |
5 | exec alacritty --title Newmail -e neomutt "$@" |
6 |