Add tokensize.js

This commit is contained in:
heckeralt 2024-09-04 13:23:05 -04:00
parent 524e5ec8fe
commit 864449348f
1 changed files with 2 additions and 0 deletions

2
tokensize.js Normal file
View File

@ -0,0 +1,2 @@
const child = require('child_process');
child.execSync("du -h tokens.txt").toString()