#!/bin/sh
# xterm -e top -d 0.01 &
screen -d -m top -d 0.01 &
sleep 30
killall top
exit 0

