head	1.2;
access;
symbols
	REL2_0B:1.1.0.2
	REL2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	97.09.08.04.13.24;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	96.10.05.21.16.34;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Reorganize developers files.
@
text
@#!/bin/sh
find `pwd`/ -type f -name '*.[chyl]' -print|sed 's;//;/;g' | mkid -S.gen=C -

find . -type d -print |while read DIR
do
	[ "$DIR" != "." ] && ln -f -s `pwd`/ID $DIR/ID
done
@


1.1
log
@Renamed file.
@
text
@@
