Skip to content

Instantly share code, notes, and snippets.

@mstrauss
Created October 19, 2012 17:30
Show Gist options
  • Save mstrauss/3919496 to your computer and use it in GitHub Desktop.
Save mstrauss/3919496 to your computer and use it in GitHub Desktop.
Base64.decode one-liner
ruby -rbase64 -pe '$_ = Base64.decode64($_)+$/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment