Skip to content

Commit

Permalink
show size
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 25, 2024
1 parent 95fed65 commit 848fa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/clone-repo.sh
Expand Up @@ -40,7 +40,7 @@ fi
dir=${TARGET}/github/${repo}

if [ -e "${dir}" ]; then
echo "The repo directory #${pos}/${total} is already here: ${dir}"
echo "The repo directory #${pos}/${total} is already here: ${dir} ($(du -sh "${dir}" | cut -f1 | xargs))"
exit
fi

Expand Down

0 comments on commit 848fa4e

Please sign in to comment.