#!/bin/sh

# a custom ps command wrapper

/bin/ps -o "pid,stat=State,%cpu,%mem,cputime=CPU-Time,comm=Command"
