mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 16:21:52 +02:00
6 lines
121 B
Text
6 lines
121 B
Text
|
#!/usr/bin/env node
|
||
|
|
||
|
var rw = require("../").dash;
|
||
|
|
||
|
console.log(rw.readFileSync(process.argv[2] || "-", "utf8").length);
|