当我运行runShellScript(unixCommand);时出现以下错误:sh.exe已停止工作。谁能告诉我问题是什么以及如何解决?#!/bin/sh#thisassumeswebserverisrunningonport8080echo"Deployeverythingfirst"echo"Thesenext3shouldwork..."echo"Therestoftheseshouldfail...(nicelyofcourse)"echo"Thisshouldworkbutprintdebuginfoontheclientandserver"#Nowundeployever