4 ms·
in case anyone is looking to do this, it's as easy as doing the following #!/usr/bin/env node console.log("Hello World!");
by gbear0 5y 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!");
- rickstanley 5y agoIn case anyone wondering how this is valid JS: - https://tc39.es/proposal-hashbang/out.html https://tc39.es/proposal-hashbang/out.html - https://github.com/tc39/proposal-hashbang https://github.com/tc39/proposal-hashbang - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#hashbang_comments https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...