Subject: Re: Killing processes by name (svr4 lameness)
To: Robert Evans <r.evans@ic.ac.uk>
From: matthew green <mrg@eterna.com.au>
List: current-users
Date: 04/13/1996 13:59:14
   
   #!/bin/ksh
   #
   #ident  "@(#)alias.sh   1.1     95/02/06 SMI"
   #
   # Copyright (c) 1995 by Sun Microsystems, Inc.
   #
   cmd=`basename $0`
   $cmd "$@"

hmm... you'd think that if they're using ksh, they'd at least use
ksh functions to set `cmd' (unless basename is a ksh builtin...)

.mrg.