aboutsummaryrefslogblamecommitdiff
path: root/bin/mutt
blob: 94f93725bb093d252ad54b4e76f6e0689f2684ff (plain) (tree)
1
2
3
4
5
6
7






                      
#!/bin/sh

if which neomutt; then
    neomutt
else
    mutt
fi