Sign in
cobalt
/
third_party
/
nvm
/
274369dc40a04479367c78951b58302f1fd933c6
/
.
/
test
/
fast
/
Running "nvm uninstall" should remove the appropriate directory.
blob: ba1ddbbce2727de6882eb1c112c1ffbaef665557 [
file
] [
log
] [
blame
]
#!/bin/sh
cd
../..
mkdir v0
.
0.1
mkdir src
/
node
-
v0
.
0.1
.
./
nvm
.
sh
nvm uninstall v0
.
0.1
[
!
-
d
'v0.0.1'
]
&&
[
!
-
d
'src/node-v0.0.1'
]