13 lines
116 B
Plaintext
13 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
\. ../../nvm.sh
|
||
|
\. ../common.sh
|
||
|
|
||
|
make_fake_node v0.0.1
|
||
|
|
||
|
nvm uninstall v0.0.1
|
||
|
|
||
|
[ ! -d 'v0.0.1' ]
|