aboutsummaryrefslogtreecommitdiff
path: root/lint/games.sh
blob: aa6800356dce73ad88b215662045d095ee742ce1 (plain) (blame)
1
2
3
4
5
6
# POSIX shell
set --
for game in games/*.sh ; do
    set -- "$@" "${game%.sh}"
done
shellcheck -e SC1090 -e SC1091 -- "$@" || exit