nvm/test/installation/setup_dir

7 lines
63 B
Plaintext
Raw Normal View History

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