#!/bin/bash USER="$1" shift LD_PRELOAD=$(dirname "$(readlink -f "$0")")/fakeid.so exec "$@"