blob: 4a6e857cce71b7a1f96ecdd54b906a5e3703d2be [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one or more contributor
// license agreements; and to You under the Apache License, Version 2.0.
var cat = require('./index');
cat(__filename, console.log);
cat('https://raw.github.com/mafintosh/cat/master/example.js', console.log);