chiark / gitweb /
Remove e-mail text and add Depends: line.
[bin.git] / validate-tree
1 #! /bin/bash
2
3 set -e
4 [ "$1" ] && cd $1
5 set +e
6
7 find -type d -perm -0755 | sort | xargs -n 1 validate-directory