#!/bin/sh . ../../../nvm.sh nvm uninstall v0.10.28 nvm uninstall v0.10.29 rm -f .nvmrc if [ -f ".nvmrc.bak" ]; then mv .nvmrc.bak .nvmrc fi