#!/bin/sh
kill -1 `ps ax | grep tkstat | grep -v grep | cut -c1-5`
