mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-18 01:51:46 +00:00
5 lines
65 B
Bash
Executable File
5 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../../../nvm.sh
|
|
[ $(nvm alias | wc -l) = '10' ]
|