]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/count-lines
kes Save jcr in thread specific data (tsd) for each thread.
[bacula/bacula] / bacula / src / count-lines
1 #!/bin/sh
2 rm -f 1
3 touch 1
4 for i in . console gnome2-console cats dird filed tray-monitor \
5      qt-console \
6      win32 win32/compat findlib lib wx-console stored tools \
7      win32/wx-console win32/console win32/baculafd win32/filed \
8      win32/dird win32/libwin32 win32/stored win32/stored/baculasd \
9      tray-monitor qt-console qt-console/clients qt-console/console \
10      qt-console/fileset qt-console/help qt-console/jobgraphs \
11      qt-console/joblist qt-console/joblog qt-console/jobs qt-console/label \
12      qt-console/mediaedit qt-console/medialist qt-console/mount \
13      qt-console/relabel qt-console/restore qt-console/run qt-console/select \
14      qt-console/storage; do
15   ls -1 $i/*.c $i/*.cpp $i/*.h $i/*.in 2>/dev/null >>1
16 done
17 cat 1 | $HOME/bin/lines
18 # rm -f 1