Files
nvm/test/installation_iojs/setup_dir
2016-05-08 22:21:33 -07:00

7 lines
63 B
Bash
Executable File

#!/bin/sh
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi