Skip to content

Conversation

@Tsukimarf
Copy link

@Tsukimarf Tsukimarf commented Nov 29, 2025

To rename install.sh to Now.install.sh, you can use the following command depending on your operating system:
On Linux/macOS/Unix:
mv install.sh Now.install.sh

On Windows (Command Prompt)
ren install.sh Now.install.sh

If you're using Git and want to track the rename
git mv install.sh Now.install.sh
git commit -m "Rename install.sh to Now.install.sh"

The file will be renamed from install.sh to Now.install.sh in your current directory. Note that the capital "N" in "Now" will be preserved in the new ### filename.

@ljharb ljharb changed the title Rename install.sh to Now.install.sh [spam] Nov 30, 2025
@ljharb ljharb marked this pull request as draft November 30, 2025 07:10
@ljharb ljharb added the non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. label Nov 30, 2025
@ljharb ljharb closed this Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants