Guest User

Untitled

a guest
Oct 15th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. uri_decode () {
  2. ruby -e "require 'uri'; puts URI.decode '$1'"
  3. }
  4. uri_encode () {
  5. ruby -e "require 'uri'; puts URI.encode '$1'"
  6. }
Add Comment
Please, Sign In to add comment