【发布时间】:2012-05-11 18:54:07
【问题描述】:
我有 shell 脚本命令,我想使用动作脚本 3.0 来执行它。 下面是我的shell脚本
#!/bin/sh
set backslash_quote = "yes"
osascript -e "tell application \"System Events\" to set visible of some item of\
( get processes whose name = \"Terminal\" ) to false"
【问题讨论】:
-
我也在尝试从 actionscript 向 shell 传递命令。 Link我相信这会有所帮助。它解释了如何执行 python 文件。只需将它替换为您的 shell 脚本即可。
标签: shell actionscript execute