I have an AppleScript that I call from the command-line using osascript.<BR><BR>Is there a way to pass a command-line parameter (i.e., $1 in the shell script) to the AppleScript? How would I reference ...