#!/bin/sh
LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" 
export LD_LIBRARY_PATH
exec ${APPDIR}/usr/bin/poplog $*
