File: linecount.sh

package info (click to toggle)
teeworlds 0.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 10,744 kB
  • sloc: cpp: 39,130; python: 3,520; ansic: 2,841; objc: 328; makefile: 49; sh: 6
file content (2 lines) | stat: -rwxr-xr-x 75 bytes parent folder | download | duplicates (9)
1
2
#!/bin/sh
wc `find . -iname *.cpp` `find . -iname *.h` `find . -iname *.c`