6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -- yes
|
||
|
. ../../nvm.sh
|
||
|
[ "$1" = yes ]
|