loc.sh 61 B

1234
  1. #!/bin/sh
  2. find $1 -name "*.c" -or -name "*.h" | xargs wc -l