mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
config redirect
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var rw = require("../").dash;
|
||||
|
||||
rw.writeFile(process.argv[2] || "-", "Hello, world!", "utf8", function(error) {
|
||||
if (error) throw error;
|
||||
});
|
||||
Reference in New Issue
Block a user