#!/bin/sh
# $Id: psu,v 1.1 2017/09/26 22:17:26 friedman Exp $

# Show all processes for current user
exec mps -u ${USER-${LOGNAME}} "$@"

# eof
