| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/installation/node/ |
| 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