small script generating a description of the source tree
This commit is contained in:
parent
a374d0a5b5
commit
9ac23fc7e4
1 changed files with 2 additions and 0 deletions
2
admin/treeinfo.sh
Executable file
2
admin/treeinfo.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
find -name DIR_INFO -printf '%-40h: ' -exec head -1 {} \; | sort | cut -c 1-92
|
||||
Loading…
Reference in a new issue