5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
\. ../../../nvm.sh
|
||
|
[ $(nvm alias test-stable-1 | wc -l) = '2' ]
|