/ Published in: Ruby

Expand |
Embed | Plain Text
IO.popen('pbcopy', 'w').print "Text to go on clipboard"
You need to login to post a comment.
andyh on 11/08/07
4 people have marked this snippet as a favorite
zemariamm
dZiTao
webstic
dustinchilson
IO.popen('pbcopy', 'w').print "Text to go on clipboard"
You need to login to post a comment.