blob: 253354b29e84be973405b63041de2ed8de1daf13 [file] [log] [blame] [edit]
#!/bin/bash
# Surelog Bash invocation script
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export LD_LIBRARY_PATH=${SCRIPTPATH}/lib:$LD_LIBRARY_PATH
${SCRIPTPATH}/bin/surelog.exe "$@"