File: linecount.sh

package info (click to toggle)
teeworlds 0.7.2-5%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,008 kB
  • sloc: cpp: 51,891; ansic: 13,719; python: 3,948; asm: 946; objc: 328; makefile: 37; xml: 21; sh: 8
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`