Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 IronWorker 上运行 shell 脚本?它只会在工作人员内部执行一个简单的卷曲。
卷曲.sh
#!/bin/sh curl http://www.google.com
curl.worker
runtime "binary" exec "curl.sh"