aboutsummaryrefslogtreecommitdiff
path: root/check/sh.sh
blob: 4e816337f7c10ce83120ac37d3f62163bd684d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
set \
    sh/profile \
    sh/profile.d/*.sh \
    sh/shinit \
    sh/shrc \
    sh/shrc.d/*.sh
for sh do
    sh -n -- "$sh" || exit
done