repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3: utils: Make net_lookup_kdc() use get_kdc_list_sa().
[Samba.git]
/
script
/
find_python.sh
blob
e9afdbda99931f4ffbfe40ce2ecb69b8c8021117
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`