#!/bin/sh

ttwebtop $*
while [ `ps | grep ttwebtop -c` != 0 ]; do
  sleep 1
done
