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