ddnet/scripts/linecount.sh
2007-08-02 08:21:03 +00:00

3 lines
55 B
Bash
Executable file

#!/bin/sh
wc `find . -iname *.cpp` `find . -iname *.h`