diff options
Diffstat (limited to 'bench/snippets/cat.node.js')
-rw-r--r-- | bench/snippets/cat.node.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bench/snippets/cat.node.js b/bench/snippets/cat.node.js deleted file mode 100644 index d38d7c537..000000000 --- a/bench/snippets/cat.node.js +++ /dev/null @@ -1,4 +0,0 @@ -const path = require("path"); -const fs = require("fs"); -const input = path.resolve(process.argv[process.argv.length - 1]); -fs.createReadStream(input).pipe(process.stdout); |