#! /bin/sh
#
#
# Copyright 2004 S. Varshavchik.
# See COPYING for distribution information.
#

if test "$LD_PRELOAD" != ""
then
	LD_PRELOAD=" $LD_PRELOAD"
fi
LD_PRELOAD="libsockswrap.so.0 libsocks.so.0${LD_PRELOAD}"
export LD_PRELOAD
exec "$@"
