Skip to content

Instantly share code, notes, and snippets.

@elchappo
Forked from hasegawayosuke/js-and-bat.bat
Created October 23, 2022 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elchappo/735d7bba0f70adbab7f69c0b253288f4 to your computer and use it in GitHub Desktop.
Save elchappo/735d7bba0f70adbab7f69c0b253288f4 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