aboutsummaryrefslogtreecommitdiff
path: root/lint/bash.sh
blob: 13754a3fc35ef19f366bd31e89e31d0f47e2525e (plain) (blame)
1
2
3
4
5
6
7
8
set \
    bash/bash_completion \
    bash/bash_completion.d/*.bash \
    bash/bash_logout \
    bash/bash_profile \
    bash/bashrc \
    bash/bashrc.d/*.bash
shellcheck -e SC1090 -s bash -- "$@" || exit