diff --git a/contrib/stats.sh b/contrib/stats.sh index 871ac63..eb5b6d3 100755 --- a/contrib/stats.sh +++ b/contrib/stats.sh @@ -3,7 +3,7 @@ SRC=$(realpath $(cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../) FILES=$(find $SRC/cmd/chromedp-gen -type f -iname \*.go -not -iname \*.qtpl.go -print0|wc -l --files0-from=-|head -n -1)$'\n' -FILES+=$(find $SRC/{client,runner,contrib,examples} -type f -iname \*.go -print0|wc -l --files0-from=-|head -n -1)$'\n' +FILES+=$(find $SRC/{client,runner,kb,contrib,examples} -type f -iname \*.go -print0|wc -l --files0-from=-|head -n -1)$'\n' FILES+=$(find $SRC/ -maxdepth 1 -type f -iname \*.go -print0|wc -l --files0-from=-|head -n -1) AUTOG=$(find $SRC/cdp/ -type f -iname \*.go -not -iname \*easyjson\* -print0|wc -l --files0-from=-|head -n -1)