#!/bin/dash
#: show the topmost memory-consuming processes
#======================================================================
# Last Modified Time-stamp: "2016-10-04 17:07:26 MDT"

PERL_PS_SORTY=-pmem  \
                          exec \
                          _ps_perl_sorty

