nvm/test/installation/teardown_dir

14 lines
146 B
Plaintext
Raw Normal View History

#!/bin/sh
2014-09-15 08:51:34 +08:00
. ../../nvm.sh
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then
rm .nvmrc
fi
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi