mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 11:51:52 +02:00
5 lines
119 B
JavaScript
Executable file
5 lines
119 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
var rw = require("../").dash;
|
|
|
|
rw.writeFileSync(process.argv[2] || "-", "Hello, world!", "utf8");
|