add generation script for package stats
This commit is contained in:
parent
fa3473cdc2
commit
28eb0a39ae
3 changed files with 69 additions and 24 deletions
5
justfile
5
justfile
|
|
@ -1,4 +1,4 @@
|
|||
default: files kernels unique
|
||||
default: files kernels unique packages
|
||||
|
||||
files:
|
||||
python code/files.py input output
|
||||
|
|
@ -8,3 +8,6 @@ kernels:
|
|||
|
||||
unique:
|
||||
python code/unique.py input output
|
||||
|
||||
packages:
|
||||
python code/packages.py input output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue