#!/bin/sh

LD_PRELOAD=/usr/lib/libhide.so.0.3 ; export LD_PRELOAD

ME=`/bin/basename $0`
exec `/usr/bin/which -a $ME|tail -n 1`
