small script generating a description of the source tree

This commit is contained in:
Christian Thaeter 2007-06-21 03:16:27 +02:00
parent a374d0a5b5
commit 9ac23fc7e4

2
admin/treeinfo.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
find -name DIR_INFO -printf '%-40h: ' -exec head -1 {} \; | sort | cut -c 1-92