mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-16 09:01:51 +00:00
8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ../..
|
|
. ./nvm.sh
|
|
mkdir v0.10.10
|
|
nvm use 0.10
|
|
[ "$(ls -ld current | cut -d ' ' -f 13,15 && rm -rf current v0.10.10)" = "current $NVM_DIR/v0.10.10" ]
|