mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge 8d160ac1b6 into f991995918
This commit is contained in:
commit
4a23076d09
2 changed files with 84 additions and 0 deletions
10
count_eth.sh
Normal file
10
count_eth.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
dirlist=$(find -mindepth 1 -maxdepth 1 -type d)
|
||||||
|
|
||||||
|
for dir in $dirlist
|
||||||
|
do
|
||||||
|
cd $dir
|
||||||
|
echo $dir
|
||||||
|
grep -i eth -r | wc -l
|
||||||
|
cd ..
|
||||||
|
done
|
||||||
74
current_count.tsv
Normal file
74
current_count.tsv
Normal file
|
|
@ -0,0 +1,74 @@
|
||||||
|
./.git
|
||||||
|
13
|
||||||
|
./.github
|
||||||
|
6
|
||||||
|
./accounts
|
||||||
|
865
|
||||||
|
./bmt
|
||||||
|
20
|
||||||
|
./build
|
||||||
|
136
|
||||||
|
./cmd
|
||||||
|
1599
|
||||||
|
./common
|
||||||
|
194
|
||||||
|
./consensus
|
||||||
|
368
|
||||||
|
./console
|
||||||
|
100
|
||||||
|
./containers
|
||||||
|
20
|
||||||
|
./contracts
|
||||||
|
312
|
||||||
|
./core
|
||||||
|
1290
|
||||||
|
./crypto
|
||||||
|
158
|
||||||
|
./dashboard
|
||||||
|
275
|
||||||
|
./eth
|
||||||
|
1194
|
||||||
|
./ethclient
|
||||||
|
88
|
||||||
|
./ethdb
|
||||||
|
36
|
||||||
|
./ethstats
|
||||||
|
55
|
||||||
|
./event
|
||||||
|
73
|
||||||
|
./internal
|
||||||
|
919
|
||||||
|
./les
|
||||||
|
560
|
||||||
|
./light
|
||||||
|
246
|
||||||
|
./log
|
||||||
|
45
|
||||||
|
./metrics
|
||||||
|
31
|
||||||
|
./miner
|
||||||
|
109
|
||||||
|
./mobile
|
||||||
|
329
|
||||||
|
./node
|
||||||
|
163
|
||||||
|
./p2p
|
||||||
|
657
|
||||||
|
./params
|
||||||
|
85
|
||||||
|
./rlp
|
||||||
|
66
|
||||||
|
./rpc
|
||||||
|
337
|
||||||
|
./signer
|
||||||
|
235
|
||||||
|
./swarm
|
||||||
|
616
|
||||||
|
./tests
|
||||||
|
154
|
||||||
|
./trie
|
||||||
|
206
|
||||||
|
./vendor
|
||||||
|
5513
|
||||||
|
./whisper
|
||||||
|
300
|
||||||
|
Loading…
Reference in a new issue