You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
375 B
17 lines
375 B
#!/usr/bin/env sh
|
|
#ssh ajohnson@tartarus srvstart.bat
|
|
#ssh ajohnson@tartarus 'X:\server\alpha9\start-nova9.cmd'
|
|
ssh ajohnson@tartarus '.\srvstart.bat'
|
|
#echo "Yay you did it"
|
|
|
|
#set timeout 10
|
|
#set host [lindex $argv 0]
|
|
#
|
|
#spawn ssh ajohnson@${host}
|
|
#expect "Microsoft Windows"
|
|
#send ".\\srvstart.bat\r"
|
|
##expect "Logged in successfully"
|
|
##send "saveandexit 0\r"
|
|
#expect eof
|
|
|