Created
November 28, 2012 14:04
-
-
Save kurain/4161525 to your computer and use it in GitHub Desktop.
doRuby Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
set output to do shell script "echo " & quoted form of (input as Unicode text) & " | ruby -Ku" | |
if output is "" then | |
display dialog "No output" | |
end if | |
return output | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment