Skip to content

Instantly share code, notes, and snippets.

@58bits
Created July 2, 2012 22:21
Show Gist options
  • Save 58bits/3036109 to your computer and use it in GitHub Desktop.
Save 58bits/3036109 to your computer and use it in GitHub Desktop.
Start Session
set session to load script (POSIX file "/Users/tony/Library/Application Support/iTerm/Scripts/Session.scpt")
set session's server to "middleman"
set session's server_url to "http://0.0.0.0:4567/"
set session's server_path to "/Users/tony/Clients/Mulvana/Solutions/Middleman/mulvana"
set session's build_path to "/Users/tony/Clients/Mulvana/Solutions/Middleman/mulvana"
set session's source_path to "/Users/tony/Clients/Mulvana/Solutions/Middleman/mulvana/source"
set session's editor to "/usr/local/bin/mvim"
session's start_session()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment