Skip to content

Instantly share code, notes, and snippets.

@hum-n
Created May 15, 2020 03:30
Show Gist options
  • Save hum-n/06080fa6ddc7bec0f7470c1f14f5baf7 to your computer and use it in GitHub Desktop.
Save hum-n/06080fa6ddc7bec0f7470c1f14f5baf7 to your computer and use it in GitHub Desktop.
let name = process.argv[2];
if (name) {
console.log(`Let’s start ${name}.`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment