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
smbd: Move SMB_QUERY_FILE_UNIX_LINK to smb1_trans2.c
[Samba.git]
/
script
/
find_python.sh
blob
5ef8368b5ebbfa308e4b15b9e987f4ff73e2deaf
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
)