Skip to content

Instantly share code, notes, and snippets.

View blech75's full-sized avatar
:shipit:

justin blecher blech75

:shipit:
  • BDL
  • 23:17 (UTC -05:00)
View GitHub Profile
#!/bin/bash
set -e
### BEGIN mod by JSB 2014-12-03
# URL encode/decode functions courtesy of https://gist.github.com/cdown/1163649
#
urlencode() {
# urlencode <string>
local length="${#1}"