mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 19:42:34 -06:00
6 lines
136 B
Text
6 lines
136 B
Text
|
#!/usr/bin/env node
|
||
|
|
||
|
var rw = require("../").dash;
|
||
|
|
||
|
rw.writeFileSync(process.argv[2] || "-", "gréén\n", {encoding: process.argv[3]});
|