TinyX/loc.sh

4 lines
61 B
Bash
Raw Normal View History

2013-11-30 13:51:10 +00:00
#!/bin/sh
find $1 -name "*.c" -or -name "*.h" | xargs wc -l