#!/bin/sh

mkdir ../../../v0.1.3
mkdir ../../../v0.2.3

. ../../../nvm.sh

[ -z `nvm ls | grep '^ *\.'` ]
# The result should contain only the appropriate version numbers.
