blowfish/node_modules/rw/test/encode-object-sync

6 lines
136 B
Text
Raw Normal View History

2023-01-29 16:30:24 -06:00
#!/usr/bin/env node
var rw = require("../").dash;
rw.writeFileSync(process.argv[2] || "-", "gréén\n", {encoding: process.argv[3]});