MAKE_ID 165 Bytes
Newer Older
1
#!/bin/sh
2
find `pwd`/ -type f -name '*.[chyl]' -print|mkid -S.gen=C -
3

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