#  Count lines of code, just for grins.

cd ../src
cat `
/bin/ls -1 *.[ch] startwindow.js shared.js ../tools/*.pl |
egrep -v "startwindow.c|msg-strings.c|ebrc.c"` |
wc -l
#  but subtract 2000 for the table at the end of html-tags.c
