You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
147 B
14 lines
147 B
![]()
13 years ago
|
#!/bin/sh
|
||
|
|
||
![]()
9 years ago
|
set -ex
|
||
|
|
||
|
ALIAS_PATH="../../alias"
|
||
|
|
||
|
echo v0.1.2 > "${ALIAS_PATH}/test"
|
||
|
|
||
![]()
8 years ago
|
\. ../../nvm.sh
|
||
![]()
9 years ago
|
|
||
![]()
13 years ago
|
nvm unalias test
|
||
![]()
9 years ago
|
|
||
|
! [ -e "${ALIAS_PATH}/test" ]
|