Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Last active August 29, 2015 14:02
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 Yasushi/ce070d36df954aed5e6b to your computer and use it in GitHub Desktop.
Save Yasushi/ce070d36df954aed5e6b to your computer and use it in GitHub Desktop.
#!/bin/sh
NODE_VERSION=${NAVE_VERSION:-0.10.28}
NODE_PATH=~/.nave/installed/$NODE_VERSION/lib/node
NAVEPATH=~/.nave/installed/$NODE_VERSION/bin
PATH=$NAVEPATH:$PATH
export PATH NODE_PATH
$NAVEPATH/`basename $0` $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment