Guest User

Untitled

a guest
May 24th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. var fs = require('fs');
  2. var sys = require('sys')
  3. fs.readFile('/var/www/hellyeah/index.html', function (err, data) {
  4. if (err) throw err;
  5. sys.puts(data)
  6. })
  7. sys.puts("output image from here")
Advertisement
Add Comment
Please, Sign In to add comment