Created
July 2, 2012 22:21
-
-
Save 58bits/3036109 to your computer and use it in GitHub Desktop.
Start Session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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