#!/bin/sh

DF_DIR=$(dirname "$0")
cd "${DF_DIR}"

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./hack/libs":"./hack"

exec hack/dfhack-run "$@"