Skip to content

Instantly share code, notes, and snippets.

@erning
Created April 12, 2015 13:48
Show Gist options
  • Save erning/85612608db3e44cde846 to your computer and use it in GitHub Desktop.
Save erning/85612608db3e44cde846 to your computer and use it in GitHub Desktop.
ne - node execute
#!/bin/bash
PATH="$(npm bin):$PATH" exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment