nvm/test/installation/setup_dir
2014-09-14 17:24:30 -07:00

7 lines
63 B
Bash
Executable File

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