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

PERL_PS_SORTY=-pcpu  \
                          exec \
                          _ps_perl_sorty

