Skip to content

Instantly share code, notes, and snippets.

@marcgeld
Created September 17, 2018 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcgeld/db91cc843fbcc90b0bbabbd274fc1ab1 to your computer and use it in GitHub Desktop.
Save marcgeld/db91cc843fbcc90b0bbabbd274fc1ab1 to your computer and use it in GitHub Desktop.
macOS: run osxscript as shell script
#!/usr/bin/env osascript -l JavaScript
function run( argv ) {
'…Your cxode here…'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment