Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var fs = require('fs');
- var sys = require('sys')
- fs.readFile('/var/www/hellyeah/index.html', function (err, data) {
- if (err) throw err;
- sys.puts(data)
- })
- sys.puts("output image from here")
Advertisement
Add Comment
Please, Sign In to add comment