]> git.ipfire.org Git - thirdparty/strongswan.git/blame - scripts/linecount
tls: Introduce a generic TLS purpose that accepts NULL encryption ciphers
[thirdparty/strongswan.git] / scripts / linecount
CommitLineData
5ec0c594
MW
1#!/bin/bash
2
3find $1 -name '*.[ch]' | grep -v .svn | xargs cat | grep -v ^[[:space:]]*$ | wc -l