chiark / gitweb /
add squeeze, until such time as I run out of disk space I'm prepared to give to the...
[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 | fgrep -v .svn | sort | xargs -n 1 validate-directory