Skip to content

Instantly share code, notes, and snippets.

@2bbb
Created February 26, 2015 09:10
Show Gist options
  • Select an option

  • Save 2bbb/48165ae35938cba21702 to your computer and use it in GitHub Desktop.

Select an option

Save 2bbb/48165ae35938cba21702 to your computer and use it in GitHub Desktop.
Launch.scpt
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