#!/usr/bin/ksh
#
#ident	"@(#)timer	1.4	04/12/08 SMI"
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

sleep $1
if [ ! -d /proc/$2 ]
then
exit
fi
#issue sigusr1 to argument to which is the proces which runs this.
shift
kill -16 $*
