6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if [ -f ".nvmrc" ]; then
|
||
|
mv .nvmrc .nvmrc.bak
|
||
|
fi
|