aboutsummaryrefslogtreecommitdiff
path: root/lint/sh.sh
blob: 89704c0be7130e9f868c427b87c695a6e87ff401 (plain) (blame)
1
2
3
4
5
6
find sh \
    keychain/profile.d keychain/shrc.d \
    ksh/shrc.d \
    mpd/profile.d \
    plenv/profile.d plenv/shrc.d \
    -type f -print -exec shellcheck -e SC1090 -s sh -- {} +