#!/sbin/sh
#
# Copyright (c) 1998 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"@(#)flashprom	1.1	98/04/15 SMI"

PROG="/usr/platform/sun4u/lib/flash-update.sh"
[ -x $PROG ] && $PROG

