I have shell script command , i would like to execute it using action script 3.0. Here is my shell script below
#!/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"