2 lines
85 B
JavaScript
2 lines
85 B
JavaScript
|
const child = require('child_process');
|
||
|
child.execSync("du -h tokens.txt").toString()
|