gen_ndr
[metze/samba/wip.git] / script / find_python.sh
1 #!/bin/sh
2
3 if [ $# -lt 1 ]; then
4         echo "$0: <installdir>"
5         exit 1;
6 fi
7
8 installdir=$1
9 exit `find ${installdir} -name \*.py | wc -l`