/ Published in: Ruby
Select text Right-click, select "Filter through command..."
Expand |
Embed | Plain Text
ruby -e "require 'base64'; print Base64.decode64( STDIN.read )"
You need to login to post a comment.
reedelrub on 11/21/08
1 person have marked this snippet as a favorite
Select text Right-click, select "Filter through command..."
ruby -e "require 'base64'; print Base64.decode64( STDIN.read )"
You need to login to post a comment.