如何将远程Shell脚本通过管道传输到等效于bash的Windows

时间:2019-07-04 04:08:29

标签: windows bash shell curl

所以我刚刚得知(类似于homebrew),您可以使用以下方法评估远程脚本:

bash <(curl https://foo.bar)

类似的东西。现在,我想对Windows 做同样的事情,而不安装Windows上未预装的任何东西

bitsadmin /transfer myDownloadJob /download /priority normal http://downloadsrv/10mb.zip c:\10mb.zip

这似乎是在Windows上下载文件的go to approach。因此,我想知道如何采用这样的方式并像这样下载时对其进行评估。如果不可能的话,那么任何标准的解决方法都将是有帮助的。

0 个答案:

没有答案