5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ../../../nvm.sh
|
||
|
[ $(nvm alias | wc -l) = '10' ]
|