#!/bin/bash file="${TMPDIR:-/tmp}/$SUDO_USER.became.$USER.$RANDOM.$$" ( umask 077; cat > "$file"; echo "/bin/rm -f '$file'" >> "$file" ) exec