#!/bin/sh

export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD }/usr/lib/passing-the-hash/pth-samba.so"
exec /usr/bin/smbget "$@"

echo "ERROR: couldn't exec /usr/bin/smbget" >&2
exit 1
