Skip to content

Instantly share code, notes, and snippets.

@mzp
Created July 4, 2010 06:25
Show Gist options
  • Save mzp/463209 to your computer and use it in GitHub Desktop.
Save mzp/463209 to your computer and use it in GitHub Desktop.
tell application "Alloy4" to activate
tell application "System Events"
tell process "Alloy 4"
tell menu bar 1
tell menu "File"
click menu item "Reload all"
end tell
tell menu "Execute"
click menu item 1
end tell
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment