TinyX/loc.sh

4 lines
61 B
Bash
Raw Normal View History

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