zeio commited on
Commit
c607124
·
verified ·
1 Parent(s): 7908b4a

feat(stats): added script for computing stats

Browse files
Files changed (1) hide show
  1. stats.sh +3 -0
stats.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ cat index.tsv | wc -l; tree threads | tail -n 1 | cut -d ' ' -f3