Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created June 5, 2010 02:24
Show Gist options
  • Select an option

  • Save tmpvar/426230 to your computer and use it in GitHub Desktop.

Select an option

Save tmpvar/426230 to your computer and use it in GitHub Desktop.
tmpvar@tmpvar:~$ cat /tmp/monkey.js && echo "==========" && node /tmp/monkey.js
var sys = require('sys');
setTimeout(function() {
process.exit();
},0);
sys.puts("got ya");
==========
got ya
tmpvar@tmpvar:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment