#!/bin/sh
#
# Copyright (c) 2013 Brocade Communications Systems, Inc.
# All rights reserved.
#
# Description:
#       Script to cauaulate and set the CRCs for Qilin's FRU.
#

CRC16F=/fabos/factory/vpd_crc16f

#From 0x0008 to End-Of-Date 0x004F
$CRC16F 0x8 0x4F 0x6 --le
