标签: applescript
如何重定向我开始的应用程序的输出"告诉"到stdout / stderr?
我想做(没有工作)
tell application "application > log.txt" // ... quit end tell
或
tell application "application" redirect output to "log.txt" // ... quit end tell