#! /bin/sh

case $# in
0) exec $PRELOAD $BLAME ;;
*) exec $PRELOAD $BLAME "$@" ;;
esac
