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