head	1.2;
access;
symbols
	CDT_3_0_M7b:1.1
	CDT_3_0_M7a:1.1
	CDT_3_0_M7:1.1
	CDT_3_0_M6:1.1
	CDT_2_1_1:1.1
	CDT_3_0_M5:1.1
	CDT_2_1_1_20050307:1.1
	CDT_2_1:1.1
	CDT_2_1_RC8:1.1
	CDT_2_1_RC7:1.1
	CDT_2_1_RC6:1.1
	CDT_2_1_RC5:1.1
	CDT_2_1_RC4:1.1
	CDT_2_1_RC3:1.1
	cdt_21:1.1.0.6
	Root_cdt_21:1.1
	CDT_2_1_RC2:1.1
	CDT_2_1_RC1:1.1
	CDT_2_1_RC0:1.1
	CDT_2_0_2:1.1
	CDT_2_0:1.1
	cdt_2_0:1.1.0.4
	CDT_2_0_RC1:1.1
	CDT_2_0_M9:1.1
	CDT_2_0_M8:1.1
	CDT_1_2_1_RC3:1.1
	CDT_1_2_1_RC2:1.1
	CDT_2_0_M7:1.1
	CDT_1_2_1_RC1:1.1
	CDT_2_0_M6:1.1
	CDT_2_0_M5_1:1.1
	CDT_1_2_1_M1:1.1
	CDT_1_2_RC1:1.1
	CDT_1_2_RC0:1.1
	cdt_1_2:1.1.0.2
	Root_cdt_1_2:1.1;
locks; strict;
comment	@# @;
expand	@b@;


1.2
date	2005.06.27.03.44.54;	author dschaefer;	state dead;
branches;
next	1.1;

1.1
date	2003.06.13.22.29.43;	author smarineau;	state Exp;
branches;
next	;


desc
@@


1.2
log
@EPL'ing the CDT.
@
text
@#!/bin/sh

for i in `ls *.gif *.jpg`
do

	grep $i ../*.html > /dev/null
	result=$?
	if [ $result -ne 0 ]
	then
		echo "Removing $i ($result)"
		/bin/rm -f $i
	fi
done
@


1.1
log
@This is the raw content from QNX's Momentics guide, being donated to
the CDT project.
@
text
@@

