aboutsummaryrefslogblamecommitdiff
path: root/lint/games.sh
blob: e9690d8da34ed7f6ef0069e4ae525f81eb81db0c (plain) (tree)
1
2
3
4
5
6
             

                           
                             

                                    
# POSIX shell
set --
for game in games/*.sh ; do
    set -- "$@" "${game%.sh}"
done
shellcheck -e SC1090 -- "$@" || exit