PATH="/usr/local/sbin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
export PATH

admins | exec grep -w "^${1:-`whoami`}" >/dev/null
