Sign in
cobalt
/
third_party
/
nvm
/
2a2b8bdeb3fb7c8c219148e181246ac9c1f593a4
/
.
/
test
/
installation_node
/
teardown_dir
blob: a37d0e65d50229007232e3c0cc4934943020426c [
file
] [
log
] [
blame
]
#!/bin/sh
.
../../
nvm
.
sh
nvm deactivate
nvm uninstall v0
.
10.7
nvm uninstall v4
.
2.2
if
[
-
f
".nvmrc"
];
then
rm
.
nvmrc
fi
if
[
-
f
".nvmrc.bak"
];
then
mv
.
nvmrc
.
bak
.
nvmrc
fi