Headlines, Hints & Tips

Hints & Tips

Adding Ruby to Run Shell Script Action

[Sean Long](www.hailstonesoftware.com) writes:
"Add this snip of XML to */System/Library/Automator/Run Shell Script.action/Contents/Resources/Shells.plist.* Now when Automator is restarted */usr/bin/ruby* will show up in the Shells: list."

/usr/bin/ruby

args

-e
%
--

script

$stdin.each { |arg| puts arg }
ARGV.each { |arg| puts arg }

"I got the idea from this [Apple Discussion post](http://discussions.info.apple.com/webx?50@998.xpfkakoJTsT.1@.68b8db11
) telling how to add PHP."

Comments

2 Comments »

  1. […] Följ bara tipsen som du hittar här (Ruby) eller här (PHP). […]

    Pingback by macpro.se: dagliga nyheter för professionella macanvändare » Ruby och PHP i Automator — October 19, 2005 @ 2:41 am

  2. Ruby-Skripte mit Automator…

    Automator ist eine Art Abwandlung von AppleScript, also eine einfach zu programmierende Makro-Sprache, mit der sich Arbeitsabläufe zusammenstellen lassen. Wenn man komplexere Aufgaben ausführen möchte, kann man auch Shell-Skripte einbinden, z. B. t…

    Trackback by Computernomade — September 9, 2007 @ 10:41 am


Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>