aboutsummaryrefslogtreecommitdiff
path: root/bin/mutt
blob: 78bd4ca71ea4733c5b1abacf41c811edbd849acf (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if which neomutt; then
    exec neomutt $@
else
    exec mutt $@
fi