add generation script for file stats
This commit is contained in:
parent
9c88194369
commit
fa3473cdc2
2 changed files with 72 additions and 2 deletions
7
justfile
7
justfile
|
|
@ -1,7 +1,10 @@
|
|||
default: kernels unique
|
||||
default: files kernels unique
|
||||
|
||||
files:
|
||||
python code/files.py input output
|
||||
|
||||
kernels:
|
||||
python code/kernels.py input output
|
||||
|
||||
unique:
|
||||
python ./code/unique.py input output
|
||||
python code/unique.py input output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue