#! /bin/sh
# Very simple shell script to remove results of cwinstall from the system.

FILES=/etc/eth?.cfg
# Get rid of configuration files 
# Made by ACU

rm -f /etc/eth?.cfg
# Remove the utilities help and preferances files.
rm -rf /opt/cisco
