#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      Script file used to create an HTML file
# //      containing the install and fix history of the product

. $(/usr/bin/dirname $0)/historyInfo -format html -file historyReport.html "$@"

