#!/bin/sh if [ $# -eq 2 ] then exec /usr/bin/phpcompatinfo analyser:run $2 --no-ansi >$1 else echo "usage $0 logname dirname" exit 1 fi