#/bin/sh

cd `dirname "$0"`
LD_LIBRARY_PATH=`/bin/pwd`:"$LD_LIBRARY_PATH" exec ./LicenseTool.bin "$@"
