]> git.ipfire.org Git - thirdparty/strongswan.git/blob - scripts/linecount
x509: Also encode extendedKeyUsage in cert requests if there are no SANs or certifica...
[thirdparty/strongswan.git] / scripts / linecount
1 #!/bin/bash
2
3 find $1 -name '*.[ch]' | grep -v .svn | xargs cat | grep -v ^[[:space:]]*$ | wc -l