1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 14:45:25 +02:00
cdt/releng/org.eclipse.cdt.releng/myscp
2005-04-11 03:15:15 +00:00

8 lines
164 B
Text

#!/usr/bin/expect -f
set passwd [lindex $argv 0]
set timeout 6000
set id [eval spawn scp -qp [lrange $argv 1 end]]
expect "Password:" { send "$passwd\r" }
expect