summaryrefslogtreecommitdiffstats
path: root/mail/msmtp/test.sh
blob: aa62b107cff7c06939a5d2e84107a5d65febf982 (plain)
1
2
3
4
5
6
7
#!/bin/sh

case "$1" in
        msmtp)
                msmtp --version | grep "$2"
                ;;
esac