chiark / gitweb /
Fix up validation scripts so that they more or less work: don't hardcode
[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