mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-11 06:41:50 +00:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo v0.1.2 > ../../alias/test
|
|
. ../../nvm.sh
|
|
nvm unalias test
|
|
! [ -e ../../alias/test ]
|