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
    
  
  
    
  | tell application "Finder" | |
| activate | |
| set this_folder to (the target of the front window) as alias | |
| set dev_root to POSIX path of this_folder | |
| set directories to {"directory1", "directory2", "directory3"} | |
| tell application "Terminal" | |
| activate | |
  
    
      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
    
  
  
    
  | /** | |
| * | |
| */ | |
| Em.RememberRouteMixin = Em.Mixin.create({ | |
| /** | |
| * Whether or not this route should catch | |
| * bubbling transitions and use them as a default | |
| * transition object. | |
| */ | |
| catchTransition:false, | 
OlderNewer