cdt/cdt_5_0_x/org.eclipse.cdt.releng/myscp
author cawthron
Thu, 23 Jul 2009 08:17:20 -0500
branchRCL_2_1
changeset 34 84cc969c36ca
parent 0 0e6d23e2b466
permissions -rw-r--r--
write .branch.txt to make the new head

#!/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