Skip to content

Instantly share code, notes, and snippets.

@junosuarez
Created June 27, 2017 22:03
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 junosuarez/a192c339b652dc29c90d8be397ee3cf7 to your computer and use it in GitHub Desktop.
Save junosuarez/a192c339b652dc29c90d8be397ee3cf7 to your computer and use it in GitHub Desktop.
non-matched shebang
#! /usr/bin/env node
console.log((new Date().getHours()) < 12 ? 'buenos!' : 'buenas!')
{
"name":"saludx",
"version":"2323232323.23.23",
"bin": "index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment