#!/bin/sh
# Lint for PHP files

set -e

find /usr/share/hoteldruid -not -type d -name '*.php' | xargs -n1 -exec php -l
