#! /bin/sh set -e LD_PRELOAD=${LD_PRELOAD+$LD_PRELOAD }@lib@.so; export LD_PRELOAD [ $# -eq 0 ] && set -- "${SHELL-/bin/sh}" exec "$@"