document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. new Queue()
  2.     .read(\'foo.js\')
  3.     .log(\'read foo.js\')
  4.     .inspect()
  5.     .write(\'foo2.js\')
  6.     .run();
');