You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
109 B
10 lines
109 B
13 years ago
|
#!/bin/sh
|
||
|
|
||
9 years ago
|
set -ex
|
||
|
|
||
8 years ago
|
\. ../../nvm.sh
|
||
9 years ago
|
|
||
13 years ago
|
nvm alias test v0.1.2
|
||
9 years ago
|
|
||
|
[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]
|