0 Star 0 Fork 18

wangjie/IvorySQL

forked from IvorySQL/IvorySQL 
Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
codelines 230 Bytes
Copy Edit Raw Blame History
Tom Lane authored 2010-09-23 07:51 +08:00 . Fix remaining stray references to CVS.
#!/bin/sh
# src/tools/codelines
# This script is used to compute the total number of "C" lines in the release
# This should be run from the top of the Git tree after a 'make distclean'
find . -name '*.[chyl]' | xargs cat| wc -l
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Jugier/IvorySQL.git
git@gitee.com:Jugier/IvorySQL.git
Jugier
IvorySQL
IvorySQL
master

Search