#!/bin/sh
if [ -f /bin/sun ] && /bin/sun ; then
    exec $0_sun $* ;
else
    exec $0_vax $* ;
fi
