ssh -tt root@10.16.1.28 << eof
cd /usr/local/tomcat/apache-tomcat-8-8080/bin
./startup.sh &
exit
eofecho "启动成功"