Skip to content

Instantly share code, notes, and snippets.

@nbqx
Created December 9, 2010 15:31
Show Gist options
  • Save nbqx/734836 to your computer and use it in GitHub Desktop.
Save nbqx/734836 to your computer and use it in GitHub Desktop.
groovy in Automator
<key>/opt/groovy/bin/groovy</key>
<dict>
<key>args</key>
<array>
<string>-e</string>
<string>%</string>
</array>
<key>script</key>
<array>
<string>println System.in</string>
<string>println args</string>
</array>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment