mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added linecount script
This commit is contained in:
parent
06373c1aa1
commit
f5c779f81e
2
scripts/linecount.sh
Executable file
2
scripts/linecount.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
wc `find . -iname *.cpp` `find . -iname *.h`
|
Loading…
Reference in a new issue