6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ../../../nvm.sh
|
||
|
nvm uninstall 0.12.7
|
||
|
nvm deactivate
|