mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-15 09:35:53 +01:00
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
if [ -f ".nvmrc" ]; then
|
||
|
|
mv .nvmrc .nvmrc.bak
|
||
|
|
fi
|