mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
6 lines
66 B
Bash
Executable File
6 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
|
|
\. ../../../nvm.sh
|
|
nvm uninstall 0.12.7
|
|
nvm deactivate
|