Sign in
cobalt
/
third_party
/
nvm
/
49e806c77a7b4d42ed2fc411444c97b801bc529b
/
.
/
test
/
fast
/
Running 'nvm unalias' should remove the alias file
blob: 2781f57a4a49c0c6f9c73f5b28e39d6bc32567da [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
ex
ALIAS_PATH
=
"../../alias"
echo v0
.
1.2
>
"${ALIAS_PATH}/test"
\.
../../
nvm
.
sh
nvm unalias test
!
[
-
e
"${ALIAS_PATH}/test"
]