Skip to content

Instantly share code, notes, and snippets.

@hasegawayosuke
Last active October 23, 2022 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hasegawayosuke/00f7253e22e228462b91 to your computer and use it in GitHub Desktop.
Save hasegawayosuke/00f7253e22e228462b91 to your computer and use it in GitHub Desktop.
Polyglot of node.js / window bat file
if(""==0) {/*
@echo off
echo "BAT"
node "%~f0" %*
goto :eof
*/
console.log( "js" );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment