mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
4 lines
96 B
Bash
Executable File
4 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find $1 -name '*.[ch]' | grep -v .svn | xargs cat | grep -v ^[[:space:]]*$ | wc -l
|