#!/bin/sh
# $Id: psu,v 1.1 2017/12/29 22:22:24 friedman Exp $

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

# eof
