Home
last modified time | relevance | path

Searched defs:plink (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Tools/msi/
Duploadrelease.ps177 $plink = find-putty-tool "plink" variable
91 & $plink -batch $user@$server mkdir $d variable
92 & $plink -batch $user@$server chgrp downloads $d variable
93 & $plink -batch $user@$server chmod o+rx $d variable
116 & $plink -batch $user@$server mkdir $sd variable
117 & $plink -batch $user@$server chgrp downloads $sd variable
118 & $plink -batch $user@$server chmod o+rx $sd variable
121 & $plink -batch $user@$server chgrp downloads $sd* variable
122 & $plink -batch $user@$server chmod g-x,o+r $sd* variable
126 & $plink -batch $user@$server chgrp downloads $d* variable
[all …]