Hacker News new | ask | show | jobs
by gbear0 1765 days ago
in case anyone is looking to do this, it's as easy as doing the following

  #!/usr/bin/env node
  console.log("Hello World!");
1 comments