mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-17 09:31:51 +00:00
7 lines
102 B
Bash
Executable File
7 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ln -s ../v0.1.2 ../../alias/test
|
|
. ../../nvm.sh
|
|
nvm unalias test
|
|
! [ -h ../../alias/test ]
|