X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcount-lines;h=f2c989bb3bdc298f10ccbfbe51cebc9129a8b777;hb=566a01e6fc9650449d6fd0779d90b4dfced3295a;hp=c6019240b4d2149073641dde28a38f32f0075805;hpb=f0cb36796eff1246842b1f445732dfca5936b839;p=bacula%2Fbacula diff --git a/bacula/src/count-lines b/bacula/src/count-lines index c6019240b4..f2c989bb3b 100755 --- a/bacula/src/count-lines +++ b/bacula/src/count-lines @@ -1,8 +1,8 @@ #!/bin/sh rm -f 1 touch 1 -for i in . console gnome-console cats dird filed findlib lib stored tools; do - ls -1 $i/*.c $i/*.h $i/*.in >>1 +for i in . console gnome-console cats dird filed filed/win32 win32 findlib lib stored tools; do + ls -1 $i/*.c $i/*.cpp $i/*.h $i/*.in >>1 done cat 1 | $HOME/bin/lines # rm -f 1