Skip to content

Instantly share code, notes, and snippets.

@sankitch
Created October 29, 2012 13:42
Show Gist options
  • Save sankitch/3973621 to your computer and use it in GitHub Desktop.
Save sankitch/3973621 to your computer and use it in GitHub Desktop.
URLエンコード
#!/bin/sh
ruby -r cgi -e 'puts CGI.escape("'$1'")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment