nvm/test/installation/teardown_dir
2014-09-14 17:24:30 -07:00

14 lines
149 B
Bash
Executable File

#!/bin/sh
. ../../../nvm.sh
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then
rm .nvmrc
fi
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi