Skip to content

Commit ae39f13

Browse files
committed
bin/clean.sh: report what gets removed
1 parent 8087ad2 commit ae39f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/clean.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dir=$(dirname "$0")
44
cd "$dir/.."
55

66
find . -name __pycache__ -type d | while read d
7-
do rm -rf "$d"
7+
do rm -rfv "$d"
88
done
9-
rm -rf .pytest_cache build dist src/*.egg-info
9+
rm -rfv .pytest_cache build dist src/*.egg-info

0 commit comments

Comments
 (0)