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


                      
                
    
             
  
#!/bin/sh

if which neomutt; then
    exec neomutt
else
    exec mutt
fi