Linux多服务器多项目下,迅速切换目录小工具
####1.修改.local.txt.example
为local.txt
mv .local.txt.example local.txt
####2.修改.servers.txt.example
为servers.txt
mv .servers.txt.example servers.txt
####3.配置软链接(别名),示例如下:
alias go="sh ~/work/ztcbin/towhere.sh"
alias lc="source ~/work/ztcbin/tolocal.sh"
####4.刷新环境变量,使其立即生效
sh ~/.bash_profile
####5.修改tolocal.sh
中line17为自己电脑路径
####6.修改towhere.sh
中line7为自己电脑路径