Sha256: b21f8225afcb20f40530f3c1d873ed2d77d621baa441499f87a164043ccb6e9f
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var fs, http; fs = require('fs'); http = require('http'); fs.readFile('/etc/hosts','utf8',function(err,data) { if (err) { console.log(err); } console.log(data); }); }).call(this);
Version data entries
3 entries across 3 versions & 1 rubygems