Skip to content

Instantly share code, notes, and snippets.

@Epigene
Created July 25, 2014 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Epigene/882af8dbc3e2033dcbcc to your computer and use it in GitHub Desktop.
Save Epigene/882af8dbc3e2033dcbcc to your computer and use it in GitHub Desktop.
spark scripts
tell application "Google Chrome"
open location "https://www.stockholmhealth.com/lv/lv/p/e/landing"
end tell
tell application "Terminal"
do script "cd ~/Desktop" in front window
set position of window 1 to {1320, 22}
set size of first window to {600, 450}
activate
end tell
tell application "Spark"
activate
end tell
tell application "Finder"
open (path to applications folder)
activate
end tel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment