aboutsummaryrefslogtreecommitdiff
path: root/check/games.sh
blob: bea65a08c766c0d439557e0e4b25a0d1635ae5ea (plain) (blame)
1
2
3
4
5
# POSIX shell
for game in games/*.sh ; do
    sh -n -- "${game%.sh}" || exit
done
printf 'POSIX shell games parsed successfully.\n'