DEBSOURCES
Skip Quicknav
sources / samba / 2%3A4.23.5%2Bdfsg-1 / script / find_python.sh
123456789
#!/bin/sh if [ $# -lt 1 ]; then echo "$0: <installdir>" exit 1 fi installdir=$1 exit $(find ${installdir} -name \*.py | wc -l)