mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 22:51:51 +00:00

fast tests alias unalias more alias tests tests document testing warn not to run while testing chmod +x deactivate specify the version (commit) of urchin installation test run tests for ls switch unsetopt to the thing creationix has rename tests urchin log adjust urchin version
8 lines
73 B
Bash
Executable File
8 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Remove temporary files
|
|
(
|
|
cd ../..
|
|
rm -fR v* src alias
|
|
)
|