Fetch the repository succeeded.
This action will force synchronization from chuanjiao10/kasini3000, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#建议保存编码为:bom头 + utf8
param
(
[Alias('file')][String]$ps1脚本文件名,
[parameter(Position = 0)][Alias("scriptblock")][scriptblock]$powershell代码块 = { },
[Alias("allparameter")]$全部传入参数,
$复制主控机node_script目录到被控机 = $false
)
if ( ($IsWindows -eq $True) -or ($PSVersionTable.psversion.major -lt 6) ) #win
{
& 'c:\ProgramData\kasini3000\0k_source.ps1'
}
if ($IsLinux -eq $True)
{
& '/etc/kasini3000/0k_source.ps1'
}
Write-Verbose '开始在 被控机os 执行'
if ($global:当前被控机_os -eq $null)
{
Write-Error "${global:当前被控机_os} 为空"
exit 1
}
foreach ($private:当前被控机4 in $global:当前被控机_os)
{
$global:当前被控机_ip = $private:当前被控机4
& 'k_run_ip.ps1' -ps1脚本文件名 $ps1脚本文件名 -powershell代码块 $powershell代码块 -全部传入参数 $全部传入参数 -复制主控机node_script目录到被控机 $复制主控机node_script目录到被控机
}
$global:当前被控机_ip = $null
Write-Verbose '结束在 被控机os 执行'
exit 0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。