for bin in bin/*.sh ; do sh -n "$bin" || exit done printf 'All shell scripts in bin parsed successfully.\n'