#!/bin/sh # $Id: who,v 1.3 2004/11/24 18:32:28 friedman Exp $ who=`run-next -p $0`; { "$who" --version | egrep 'sh-utils|coreutils|free software found' } > /dev/null 2>&1 if [ $? -eq 0 ]; then exec "$who" -HTu --lookup ${1+"$@"} else exec "$who" -HTu ${1+"$@"} fi # eof