feat: add shadow branch for tracer
This commit is contained in:
parent
0fa7144084
commit
a28bbd7a3b
2 changed files with 23 additions and 3 deletions
8
init.sh
8
init.sh
|
@ -66,6 +66,14 @@ case $1 in
|
|||
sed -i -e "/^export NPC_HOME=.*/d" ~/.bashrc
|
||||
echo "export NPC_HOME=`readlink -e npc`" >> ~/.bashrc
|
||||
|
||||
echo "By default this script will add environment variables into ~/.bashrc."
|
||||
echo "After that, please run 'source ~/.bashrc' to let these variables take effect."
|
||||
echo "If you use shell other than bash, please add these environment variables manually."
|
||||
;;
|
||||
ysyx)
|
||||
sed -i -e "/^export YSYX_HOME=.*/d" ~/.bashrc
|
||||
echo "export YSYX_HOME=`readlink -e .`" >> ~/.bashrc
|
||||
|
||||
echo "By default this script will add environment variables into ~/.bashrc."
|
||||
echo "After that, please run 'source ~/.bashrc' to let these variables take effect."
|
||||
echo "If you use shell other than bash, please add these environment variables manually."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue