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