统计代码行数

Posted by アライさん on 2020年11月24日

统计代码行数

1
find ./lib "(" -name "*.dart" ")" -print | xargs grep -v "^$"|wc -l