linecount 96 B

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