#!/bin/sh
# $Id: psa,v 1.1 2014/11/27 01:17:08 friedman Exp $

# Shows all but kernel threads
exec mps --deselect --pid 2 --ppid 2 "$@"

# eof
