#!/bin/sh
# cfmeshtrial nft wrapper; direct-use only. start.sh writes /usr/sbin/nft with absolute paths.
SCRIPT_DIR=$(CDPATH= cd "$(dirname "$0")" && pwd)
PKG_DIR=$(dirname "$(dirname "$SCRIPT_DIR")")
exec "$PKG_DIR/app/lib/ld-linux-x86-64.so.2" --library-path "$PKG_DIR/app/lib" "$PKG_DIR/app/bin/nft.real" "$@"
