#!/bin/bash
f=`mktemp`
trap "rm -f $f" EXIT
ptop -c `dirname "$0"`/ptop.cfg /dev/stdin $f
sed -n '/./,$p' $f
