#! /bin/sh

exec >${1:?}

echo $PIES_VERSION
echo $PIES_COMPONENT
echo $PIES_PID
echo $PIES_STATUS
echo ${PIES_SIGNAL:-No signal}
