nvm/test/slow/nvm reinstall-packages/teardown_dir

13 lines
146 B
Plaintext
Raw Normal View History

2014-08-01 10:46:08 +08:00
#!/bin/sh
. ../../../nvm.sh
nvm uninstall v0.10.28
nvm uninstall v0.10.29
rm -f .nvmrc
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi