#!/vsta/bin/sh
args=0x300,3
if test -x /vsta/src/srv/mach/ne/ne
then
	/vsta/src/srv/mach/ne/ne $args &
else
	/vsta/boot/ne $args &
fi
exit 0
