Created
          June 29, 2015 15:46 
        
      - 
      
 - 
        
Save axani/fb5c59ce4ed3b63f9064 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
axani created this gist
Jun 29, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ -- CodeKit -> Hooks: Run the following "Apple Script" tell application "iTerm" tell the current terminal activate current session tell the last session write text "python \"path to/pythonscript.py\"" end tell end tell end tell