]> git.ipfire.org Git - thirdparty/strongswan.git/blob - scripts/linecount
moved various scripts in scripts/ dir
[thirdparty/strongswan.git] / scripts / linecount
1 #!/bin/bash
2
3 find $1 -name '*.[ch]' | grep -v .svn | xargs cat | grep -v ^[[:space:]]*$ | wc -l