Skip to content

Instantly share code, notes, and snippets.

@milligramme
Created February 3, 2014 10:12
Show Gist options
  • Select an option

  • Save milligramme/8781381 to your computer and use it in GitHub Desktop.

Select an option

Save milligramme/8781381 to your computer and use it in GitHub Desktop.
#target "InDesign"
var uuid = app.doScript('do shell script "/usr/bin/uuidgen"', ScriptLanguage.applescriptLanguage);
$.writeln(uuid);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment