X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fcount-lines;h=c6019240b4d2149073641dde28a38f32f0075805;hb=e78da36d60107c2e1f9274cbe6138f40fa4974fb;hp=5f545b0a8f616ccdefd7d73ba764cb26cd5b0fec;hpb=1ef84681d13d0c355d6ae78579d2afe1c8d8d0e2;p=bacula%2Fbacula diff --git a/bacula/src/count-lines b/bacula/src/count-lines index 5f545b0a8f..c6019240b4 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; do +for i in . console gnome-console cats dird filed findlib lib stored tools; do ls -1 $i/*.c $i/*.h $i/*.in >>1 done -cat 1 | lines +cat 1 | $HOME/bin/lines # rm -f 1