aboutsummaryrefslogtreecommitdiff
path: root/lint/ksh
blob: ee49d17822b66929b343dbf2082bfd137a4547db (plain) (blame)
1
2
3
4
#!/bin/sh
find ksh \
    -type f -name '*.sh' -exec shellcheck -e SC1090 -s sh -- {} + -o \
    -type f -exec shellcheck -e SC1090 -s ksh -- {} +