Skip to content

Instantly share code, notes, and snippets.

@isaacs
Forked from anonymous/testing
Created April 18, 2011 02:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save isaacs/924723 to your computer and use it in GitHub Desktop.
Save isaacs/924723 to your computer and use it in GitHub Desktop.
isaacs@cometrocket:~
$ pbpaste > file.js
isaacs@cometrocket:~
$ chmod 0755 file.js
isaacs@cometrocket:~
$ ./file.js
testing
#!/usr/bin/env node
main();
function main () {
console.log('testing');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment