1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

Developer reorganization.

This commit is contained in:
Bruce Momjian
1997-09-08 04:19:50 +00:00
parent 125079e6d7
commit 108baf70e5
3 changed files with 27 additions and 0 deletions

7
src/tools/make_mkid Executable file
View File

@@ -0,0 +1,7 @@
#!/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