SourceTermAnalysisSystem_vue/node_modules/rw/test/wc-sync

6 lines
121 B
Plaintext
Raw Normal View History

2026-05-15 10:22:44 +08:00
#!/usr/bin/env node
var rw = require("../").dash;
console.log(rw.readFileSync(process.argv[2] || "-", "utf8").length);