summaryrefslogtreecommitdiff
path: root/net/tsocks/files/tsocks.sh
blob: 448860e219126fa5061d1aa684e415c34d1ec943 (plain)
1
2
3
4
5
6
7
8
9
#!@SH@

if [ $# -eq 0 ]; then
	echo "usage: `basename $0` command" 1>&2
	exit 1
fi

LD_PRELOAD="@PREFIX@/lib/libtsocks.so"; export LD_PRELOAD
exec $*