aboutsummaryrefslogblamecommitdiff
path: root/bin/executable_mutt
blob: 78bd4ca71ea4733c5b1abacf41c811edbd849acf (plain) (tree)
1
2
3
4
5
6
7


                      
                   
    
                
  
#!/bin/sh

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