#!/bin/sh
#
# Copyright (c) 2002, PerfCap Corporation, Nashua NH
# All Rights Reserved
#
# shouldnt ever really get here for 10.20 but add checks incase we do
#----------------------------------------------------------------
echo ""
echo "--------------------------------------------------------------------------"
echo "  eCAP Planner installed, access it with $PERFCAP_LIBRARY/bin/ecap_plan"
echo "--------------------------------------------------------------------------"
exit 0
