nvm/test/installation_node/setup_dir
2021-07-15 20:01:57 -04:00

6 lines
62 B
Bash

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