#! /bin/sh

prefix=/usr/local
exec_prefix=${prefix}
exit `${exec_prefix}/bin/meinproc --check --stdout $@ > /dev/null`

