aboutsummaryrefslogtreecommitdiff
path: root/bin/executable_mutt
blob: 787d06eafae7ac39663b02575bab87359301a535 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

if command -v neomutt >/dev/null; then
    exec neomutt $@
else
    exec mutt $@
fi