Filter base64 encoded Textmate snippet back into text


/ Published in: Ruby
Save to your folder(s)

Select text
Right-click, select "Filter through command..."


Copy this code and paste it in your HTML
  1. ruby -e "require 'base64'; print Base64.decode64( STDIN.read )"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.