mirror of https://github.com/postgres/postgres
parent
3360bc1351
commit
00750f3f30
@ -1,9 +1,10 @@ |
||||
#!/bin/sh |
||||
: |
||||
|
||||
mkid `find \`pwd\`/ \( -name _deadcode -a -prune \) -o \ |
||||
-type f -name '*.[chyl]' -print|sed 's;//;/;g'` |
||||
|
||||
find . -name 'CVS' -prune -o -type d -print |while read DIR |
||||
find . \( -name 'CVS' -prune -o -name '_xlk' -prune \) -o -type d -print | |
||||
while read DIR |
||||
do |
||||
[ "$DIR" != "." ] && ln -f -s `echo "$DIR" | sed 's;/[^/]*;/..;g'`/ID $DIR/ID |
||||
done |
||||
|
||||
Loading…
Reference in new issue