#!/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.