added linecount script

This commit is contained in:
Magnus Auvinen 2007-08-02 08:21:03 +00:00
parent 06373c1aa1
commit f5c779f81e

2
scripts/linecount.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
wc `find . -iname *.cpp` `find . -iname *.h`