Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/installation/node/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/installation/node/teardown_dir

#!/bin/sh

. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7

if [ -f ".nvmrc" ]; then
  rm .nvmrc
fi

if [ -f ".nvmrc.bak" ]; then
  mv .nvmrc.bak .nvmrc
fi