Files
strongswan-ext/scripts/linecount
T
2006-10-18 11:40:53 +00:00

4 lines
96 B
Bash
Executable File

#!/bin/bash
find $1 -name '*.[ch]' | grep -v .svn | xargs cat | grep -v ^[[:space:]]*$ | wc -l