#!/bin/sh

export LD_LIBRARY_PATH="${APPDIR}/bundle/lib"
exec $APPDIR/bundle/pdf_signature "$@"

