本文介绍了PowerShell 脚本是否在 Mono 下运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
PowerShell 脚本是否在 Mono 下运行?我想在 Mac 上运行它们.
Do PowerShell scripts run under Mono?I would like to run them on a Mac.
推荐答案
有一个名为 Pash 的 PowerShell 开源版本,专为 Mono 设计.它不完整,但也许可以做你需要的:
There is an open source version of PowerShell called Pash designed for Mono. It is not complete, but may be able to do what you need:
(这个项目好久没活动了)
(this project has not been active for quite some time)
在 GitHub 上查看重新开始:Pash-Project.
Checkout the re-start at: Pash-Project on GitHub.
这篇关于PowerShell 脚本是否在 Mono 下运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!