Add tokensize.js
This commit is contained in:
parent
524e5ec8fe
commit
864449348f
|
@ -0,0 +1,2 @@
|
|||
const child = require('child_process');
|
||||
child.execSync("du -h tokens.txt").toString()
|
Loading…
Reference in New Issue