Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created June 24, 2016 16:04
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 lukaszkorecki/c241a440f3b9d1327f7d6f979837ad75 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/c241a440f3b9d1327f7d6f979837ad75 to your computer and use it in GitHub Desktop.
nodeProg=$(which node)
if [[ "$nodeProg" = "" ]] ; then
nodeProg=$(which nodejs)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment