#!/bin/sh
#
#Copyright (C) 2009 Brocade communication systems. All Rights Reserved.
#
#
# List of commands to be executed to collect debug data for CEE
# components
#
if [ -f "/etc/fabos/dcf.conf" ]; then
  /fabos/factory/cee_debug
  /fabos/factory/cmsh_debug --dump
else
  echo "% This command is not supported on this platform"
fi
