chiark / gitweb /
xterm-title: Not all printf implementations (e.g. HP-UX) support \e.
[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