aboutsummaryrefslogtreecommitdiff
path: root/lint/sh.sh
blob: c1c972c81d4beb0cbf0e54614c00d2b45ab35f19 (plain) (blame)
1
2
3
4
5
6
7
8
set \
    sh/profile \
    sh/profile.d/*.sh \
    sh/shinit \
    sh/shrc \
    sh/shrc.d/*.sh
shellcheck -e SC1090 -s sh -- "$@" || exit
printf 'POSIX shell dotfiles linted successfully.\n'