cd /root
sh aaa.sh
cd /infowarelab/common/easytouch20
sh bbb.sh



--aaa.sh
rm webtouch-2.3.war
wget http://192.168.0.41/temp/192.168.0.26/webtouch/war/webtouch-2.3.war (www提取文件)
rm -rf /root/deploy/webtouch-2.3.war
cp webtouch-2.3.war /root/deploy/webtouch-2.3.war

--bbb.sh
rm -rf webtouch-2.3_static.zip
rm -rf static
wget http://192.168.0.41/temp/192.168.0.26/webtouch/static/webtouch-2.3_static.zip
unzip webtouch-2.3_static.zip -d static




------君临天下,舍我其谁------