s4:kdc: Pass ldb context into samba_kdc_message2entry_keys()
[samba.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)