about summary refs log tree commit diff
path: root/scripts/linecount.sh
blob: eb8978ce3b922e880595f44d379d6e94dc7247f7 (plain)
1
2
#!/bin/sh
wc `find . -iname *.cpp` `find . -iname *.h`