3 # Remove all files present in the htmlcache subdirectory of each project.
4 # A count of projects that had files to be removed is displayed.
13 cut
-d : -f 1 < "$cfg_chroot/etc/group" |
grep -v ^_repo | \
17 projdir
="$base/$proj.git"
18 if cd "$projdir/htmlcache" 2>/dev
/null
; then
19 if [ "$(echo *)" != '*' ]; then
21 count
=$
(( $count + 1 ))
22 if [ $
(( $count % 10 )) = 0 ]; then
28 if [ $
(( $count % 10 )) != 0 ]; then