#! /bin/sh

unset LD_PRELOAD LD_LIBRARY_PATH
CDCEXEC=`basename $0`
exec /usr/share/centrifydc/libexec/$CDCEXEC "$@"
