mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-11-15 17:45:54 +01:00
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
if [ -f ".nvmrc" ]; then
|
||
|
|
mv .nvmrc .nvmrc.bak
|
||
|
|
fi
|
||
|
|
|