7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ../../nvm.sh
|
||
|
nvm &&
|
||
|
nvm deactivate &&
|
||
|
! nvm
|