aboutsummaryrefslogtreecommitdiff
path: root/check/sh.sh
blob: 92910c118fde58bcf4953342f74e1c12710cfac7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
set \
    sh/profile \
    sh/profile.d/*.sh \
    sh/shinit \
    sh/shrc \
    sh/shrc.d/*.sh
for sh ; do
    sh -n -- "$sh" || exit
done
printf 'POSIX shell dotfiles parsed successfully.\n'