miller/c/tools/mcountlines
2015-05-03 16:11:45 -07:00

13 lines
197 B
Bash
Executable file

#!/bin/bash
wc -l \
cli/*.[ch] \
containers/*.[ch] \
input/*.[ch] \
lib/*.[ch] \
mapping/*.[ch] \
output/*.[ch] \
stream/*.[ch] \
dsls/*.[ly] \
dsls/*wrapper*.[ch] \
| sort -n