auto release

expect:

 

#!/usr/bin/expect
package require Expect
set timeout 3600

spawn  sudo -u wasadmin bash
sleep 2

expect -gl "*Password*"
send "[lindex $argv 2]/r"
sleep 2

expect -re {#|$}
send "cd /tmp//r"
sleep 1

expect -re {#|$}
send "cp -r [lindex $argv 0]  [lindex $argv 1]/r"
sleep 3

expect -re {#|$}
send "cd [lindex $argv 1]/[lindex $argv 0]/r"
sleep 1

expect -re {#|$}
send "perl deploy.ipl/r"
sleep 2

expect -re {#|$}
send "exit/r"

expect eof

 

 

winscp:

 

# Automatically answer all prompts negatively not to stall
# the script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off

# Connect using a password
open scp://%1%:%2%@cndal413vl.cn.fid-intl.com -timeout=3600

# Change remote directory
cd /tmp/
call mkdir FSKKDeploy`date +%Y%m%d`
call cd FSKKDeploy`date +%Y%m%d`


# Force text mode transfer
option transfer ascii
put deploy.ipl
put changeUser.sh
chmod 711 changeUser.sh

# Force binary mode transfer
option transfer binary
put %3%/FSKKWebApp/target/FSKKWebApp-1.0.war
put %3%/Xmlaccess.xml
put %3%/FSKKSharedApp
put %3%/FSKKLookAndFeel

#call remote command
call ./changeUser.sh FSKKDeploy`date +%Y%m%d` %4% %2%

#remove temp files
cd /tmp/
call rm -r FSKKDeploy`date +%Y%m%d`

# Disconnect
close
# Exit WinSCP
exit

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值