mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
#!/bin/bash
|
||
|
wc -l $(find -E . -regex ".*/*.(cxx|h)")
|