Skip to content

Commit

Permalink
#185 better log in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 3, 2024
1 parent c433aec commit 971664b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions steps/zip.sh
Expand Up @@ -48,3 +48,9 @@ zip -qq -x "temp/*" -x "measurements/*" -r "${zip}" .
mv "${zip}" "${TARGET}"

echo "ZIP archive created at ${zip} ($(du -k "${TARGET}/${name}.zip" | cut -f1) Kb)$("${LOCAL}/help/tdiff.sh" "${start}")"

echo "Lines in repositories.csv: $(wc -l "${TARGET}/repositories.csv" | xargs)"
echo ".java files in github/: $(find "${TARGET}/github" -name '*.java' -type f -print | wc -l | xargs)"
echo "Lines in data/all.csv: $(wc -l "${TARGET}/data/all.csv" | xargs)"
echo ".csv files in data/: $(find "${TARGET}/data" -name '*.csv' -type f -print | wc -l | xargs)"

0 comments on commit 971664b

Please sign in to comment.