Created
February 26, 2015 09:10
-
-
Save 2bbb/48165ae35938cba21702 to your computer and use it in GitHub Desktop.
Launch.scpt
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
| var app = Application.currentApplication(); | |
| app.includeStandardAdditions = true; | |
| JSON.parse(app.doShellScript("cat ~/launch.json")).map(Application).forEach(function(app){app.launch();app.activate();}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment