aboutsummaryrefslogblamecommitdiff
path: root/check/games.sh
blob: 57a8151e72eb1bfdbff309cb9d79bce370bd8036 (plain) (tree)
1
2
3
4
             
                           
                                  
    
# POSIX shell
for game in games/*.sh ; do
    sh -n -- "${game%.sh}" || exit
done