source:
node_modules/rw/test/wc-async@
a762898
| Last change on this file since a762898 was e4c61dd, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 178 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env node |
| 2 | |
| 3 | var rw = require("../").dash; |
| 4 | |
| 5 | rw.readFile(process.argv[2] || "-", function(error, contents) { |
| 6 | if (error) throw error; |
| 7 | console.log(contents.length); |
| 8 | }); |
Note:
See TracBrowser
for help on using the repository browser.
