ddnet/scripts/linecount.sh

3 lines
75 B
Bash
Executable file

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