-
-
Save subtleGradient/efb9bbea1400bc948b06859652c56d75 to your computer and use it in GitHub Desktop.
Executable JavaScript Modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
":" /*prettier-ignore*/ //#;exec /usr/bin/env node --input-type=module - "$@" < "$0" | |
import process from "process"; | |
const { argv } = process; | |
console.log(argv); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment