mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../../nvm.sh
|
|
nvm &&
|
|
nvm deactivate &&
|
|
! nvm
|