#!/bin/sh
#
# Copyright (c) 2002, PerfCap Corporation, Nashua NH
# All Rights Reserved
#
#---------------------------------------------------------------------
PERFCAP_LIBRARY=/opt/perfcap
#
echo "----------------------------------------------------------------------------"
echo "  ecap_monitor installed, acces it with $PERFCAP_LIBRARY/bin/ecap_monitor "
echo "----------------------------------------------------------------------------"
exit 0
